-
Hi,
for gap package `simpcomp` we use the `io` package to save simplicial complexes in binary format. Saving them and then reading them in is not a problem (so I assume our code works, at least in …
-
I think generic picklers for collections will be very useful because in most of the cases users pass collections.
For instance for list something like:
``` scala
class GenericConsPickler[T] extends P…
-
```
----------- coverage: platform linux, python 3.6.4-final-0 -----------
Name Stmts Miss Cover Missing
----------------------------------------------------------…
-
Hi,
Could you add some test to verify the support of 'nt' in source : utils.py
https://coveralls.io/builds/16773337/source?filename=mmappickle/utils.py
-
It would be nice to see an example of pickler for some complex non-case class as from readme it is not clear how to write custom picklers
-
Conveniently Boopickle can generate picklers from sealed traits with composite picklers.
But incompatible binary formats will throw `java.lang.IllegalStateException: Index NN is not defined in thi…
-
This is not really an issue, but a question. Is registering picklers thread-safe? For example, in
```
class APIServlet extends HttpServlet {
registerPicklers()
override def doPost(req : HttpSer…
-
At the top of [Servant.API.ContentTypes](https://github.com/haskell-servant/servant/blob/master/servant/src/Servant/API/ContentTypes.hs) the Haddock documentation references an example usage of an XML…
-
Running below python code would throw exception
```python
from bigdl.util.common import *
from bigdl.transform.vision.image import *
from pyspark import SparkContext
from bigdl.nn.layer …
-
- Add support for [JSON](http://en.wikipedia.org/wiki/JSON) as alternative to XML.
- Pro:
- Smaller Resource files
- Higher data frequency than XML, but still human-readable
- A good excuse to c…