Constantin Rack

Results 30 comments of Constantin Rack

@flurryCat if you get a DataItem of type Array, simply cast that object to Array in order to access the array elements: ```java Array array = (Array) yourDataItem; List elements...

@neothemachine Basically, streaming encoding and decoding is already implemented. Could you please provide a small pseudo-code example what you want to achieve? Maybe I can help you to find the...

OK, it is already there but not with a nice DSL as described. You could transform the example above to (free coded, not checked with IDE): ``` java CborEncoder encoder...

Good idea! Allow me some time to implement this.

Well, this project originally implemented ZMTP 1.0 with Elixir ~0.13 and I tried to update it during the FOSDEM hackathon, see https://github.com/zeromq/exzmq/commit/2476c75df6cff637c58eebdf3b5996cd4ac3f866 It would be great to make it an...

Chumak is absolutely fantastic! We could change this project to a wrapper for Chumak and then, maybe, re-implement it step-by-step in Elixir.

Any PR enhancing this will be merged quickly

Integrated in https://android.googlesource.com/platform/external/cbor-java, so I'm closing this issue

@wzi90921 Thanks for opening this issue! Could you please explain why this can't work on iOS 9 and if it would be (theoretical) possible to fix this? I haven't done...

Thanks for the report, Fred. Please note that this project is driven by the community, so your options are: 1. send a pull request by yourself, 2. wait until someone...