From emiflake to ~williewillus/racket-libraries
Thanks! I'll keep that in mind for when I make a patch in the future :)
From Emily Martins to ~williewillus/racket-libraries
Thanks for the review! That all makes sense to me. I've applied those changes and here's the updated patch. --- common.rkt | 12 ++++++++++-- encode.rkt | 10 +++++++--- info.rkt | 2 +- scribblings/manual.scrbl | 12 ++++++++++-- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/common.rkt b/common.rkt index 979fb0a..79f9370 100644 --- a/common.rkt +++ b/common.rkt [message trimmed]
From Emily Martins to ~williewillus/racket-libraries
Looks like I accidentally included my Nix files, which I'm not sure belong here. Certainly not in the state there are. I've dropped those now. --- common.rkt | 12 ++++++++++-- encode.rkt | 12 +++++++++--- info.rkt | 2 +- scribblings/manual.scrbl | 12 ++++++++++-- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/common.rkt b/common.rkt index 979fb0a..79f9370 100644 --- a/common.rkt [message trimmed]
From Emily Martins to ~williewillus/racket-libraries
Hi Vincent,
Here's a patch for allowing the sorting of map keys when encoding cbor
values. I thought about extending the functionality to allow arbitrary
sorting. But for now, this works quite well for such a niche use-case.
I'd be willing to help maintain this package as it's something I have to
use quite frequently in various of the projects I'm involved with. If
you'd prefer, I'm available to talk on Discord too.
Regards,
emi
---
[message trimmed]