-
In geary-1.0 we had the concept of migrating entities when the definition updated. This was put in place to prevent existing items breaking on an upgrade.
(see https://github.com/MineInAbyss/geary-…
-
### What version of Bun is running?
1.0.11
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
I have a file which is a stream of CBOR structs, which…
ghost updated
1 month ago
-
Hello Martin,
We are at Columbia MPlab and tried to use the recent version of the library(before the version of Fixes #27 ), and faced an issue with #cstdint header. (The mcu what we use is Texas I…
-
I use rust to impl IPFS, and now, I meet a problem in CBOR serialize.
this project use cbor serialize/deserialize lib is `github.com/polydawn/refmt`
but I think this CBOR implementation not match …
-
When implementing the [EDHOC option for CoAP](https://www.ietf.org/archive/id/draft-ietf-core-oscore-edhoc-11.html#name-processing-of-the-edhoc-osco), the user of this library needs to do some CBOR pa…
-
Not sure if this is a bug on the surrealdb.js implementation, or in cbor-redux, but this is the error. It seems to happen after a while, not sure if its to do with authentication getting stale, or som…
-
I used Kotlin's `KotlinxSerializationCbor` to generate following CBOR, encoding it in base64 urlsafe format:
```
v2dzdWNjZXNz9G5taXNzaW5nRmFjdG9yc5-fn2h3ZWJhdXRobr____-fn2d5dWJpb3Rwv_______
```
I …
-
The "Maven Dependency" section of README.md says to use 0.9 but I can't find a v0.9 tag anywhere so I'm wondering if there's even been a 0.9 release? If I go to https://github.com/c-rack/cbor-java/tag…
-
Hello, I am dealing with a such SENML-CBOR array:
[{0: "/3/0/10", 2: 55}]
It has one item and 2 maps as you can see.
Also this aray may be bigger, for example:
[{0: "/3/0/10", 2: 55}, {0: "/3…
-
Love the library. We have an application that uses CBOR and need to deserialize CBOR maps to an ordered representations (similar to what you're doing at intermediary steps in the code). Similar to J…