data-format
Here are 68 public repositories matching this topic...
-
Updated
Aug 1, 2021 - CoffeeScript
-
Updated
Aug 20, 2021 - Scala
-
Updated
Aug 11, 2021 - Python
-
Updated
Aug 11, 2021 - Jupyter Notebook
-
Updated
Aug 21, 2021 - C++
-
Updated
Jul 16, 2021 - Smalltalk
2) Feature Request
Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for ElectricalSeries.data
we should add to the docval that the dimensions are num_time | num_channels
. This would help users avoid errors with ordering of dimensions.
This issue was motivated by #960
This issue is in part also related to #626
-
Updated
Oct 28, 2018
-
Updated
Jul 13, 2021 - Jupyter Notebook
As explained here: https://github.com/edn-format/edn#integers
integers ending with an N
have arbitrary size. We should parse them as the JS type bigint
.
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 8, 2021 - TypeScript
-
Updated
May 14, 2021
-
Updated
Jul 15, 2021 - Python
-
Updated
May 26, 2021 - C++
-
Updated
Jan 29, 2021 - C#
-
Updated
Aug 20, 2021 - Python
-
Updated
Apr 6, 2021 - Python
-
Updated
Jul 9, 2020 - Scala
-
Updated
May 3, 2021 - Python
-
Updated
Jul 9, 2020 - Scala
-
Updated
Jan 7, 2019 - Java
-
Updated
Oct 7, 2018 - Python
-
Updated
Aug 20, 2020
Improve this page
Add a description, image, and links to the data-format topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-format topic, visit your repo's landing page and select "manage topics."
How to specify whether to emit optional struct name during serialization?
I see no option for that here
https://docs.rs/ron/0.5.1/ron/ser/struct.PrettyConfig.html
but I think there should be one..