-
https://github.com/agronholm/cbor2/blob/bf4acfd4ba08959a8b18f6c97981bae6d9bd22ca/cbor2/encoder.py#L156-L158
In my opinion the default behavior of the encoder should be to refuse to serialize an obj…
-
Currently borer only implements "semi-automatic" codec derivation, which means that it can construct codecs for case classes and ADT super-types with a single `deriveCodec` line, but requires that cod…
-
I want to write many objects into one file without use list as proxy since it can be very large amount of data.
How to do it in cbor2 (see cbor works with EOFError pattern)?
It is works in cbor2 l…
-
I am currently trying to use cloudflare in front of my crossbar router. The stack is as follows:
Cloudflare -> nginx -> docker-proxy -> docker container running crossbar router. I have managed to ge…
-
Hello,
I have a question. I am currently working on a project that's already using Circe and have to add Cbor support. Some of my ADTs have `Json` as member attributes. When i decode my cbor payload,…
-
Not so much an issue this one as a place for discussion of the possibility, raised in #44, of eventually combining the cboar and cbor2 projects (assuming I get cboar finished and released :).
The c…
-
Currently there's still support for old style `{"/": "base-encoded-cid"}` style links. I think we should remove the support for this, so that consumers don't have "silent" breakage where a serialisati…
-
Greetings,
I was testing the freeze/thaw callback mechanism and realized no longer working. This is not impacting MCE::Shared currently, because some time ago changed to Storable when exporting sha…
-
**Test**
```scala
val bytes = "abc".getBytes()
Json.encode(bytes).toUtf8String
```
**Error**
```txt
io.bullet.borer.Borer$Error$Unsupported: The JSON renderer doesn't support byte strings…
-
Hi
I'm trying to go through the first configuration without success. I am probably making a simple mistake..?
Pinoboard API token is valid (to be sure I generated a new one) and I have only one bo…