data-format
Here are 68 public repositories matching this topic...
-
Updated
Mar 28, 2021 - CoffeeScript
-
Updated
Apr 26, 2021 - Scala
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 26, 2021 - Jupyter Notebook
-
Updated
Mar 18, 2021 - Python
-
Updated
Mar 17, 2021 - Smalltalk
-
Updated
Apr 22, 2021 - C++
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
Apr 22, 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
Apr 23, 2021 - Python
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Mar 31, 2021
-
Updated
Apr 23, 2021 - Python
-
Updated
Mar 6, 2021 - C++
-
Updated
Jan 29, 2021 - C#
-
Updated
Apr 6, 2021 - Python
-
Updated
Jul 9, 2020 - Scala
-
Updated
Mar 21, 2021 - Python
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Jul 9, 2020 - Scala
-
Updated
Jan 7, 2019 - Java
-
Updated
Aug 5, 2020
-
Updated
Apr 21, 2021 - Python
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..