makeworld
makeworld
**Is your feature request related to a problem? Please describe.** Unmarshalling a document that supports arbitrary metadata alongside pre-defined keys. **Describe the solution you'd like** [encoding/json/v2](https://pkg.go.dev/encoding/json/v2) supports a cool and...
**Is your feature request related to a problem? Please describe.** I'm developing a library related to CBOR. I haven't run into an issue with this yet, but when I [noticed](https://github.com/hyphacoop/go-dasl/issues/7)...
Hello, I am developing a [library](https://github.com/hyphacoop/go-dasl) that implements the [DRISL](https://dasl.ing/drisl.html) spec, formerly known as [dag-cbor](https://ipld.io/specs/codecs/dag-cbor/spec/). To reach strict compliance with that spec, I had to fork this repo and add...
Hey, thanks for working on Hyperbee. I was just wondering if a developer could explain the difference between using `del(key)` and `put(key, null)`. I would think they are the same,...