Results 44 comments of Aurora Gaffney

I started work on an attempt to address this in a fork last night. I'm using a `struct` instead of just using a `string` (but it's still using a `string`...

What are the features that you have planned for 2.5/2.6? All I really need is the ability to parse CBOR that contains map with bytestring keys without having to predefine...

I created PR #319 with my proposed fix for this issue. However, it cannot currently run the CI workflows due to me being a first-time contributor and it needing approval

> Until this is reviewed, tested for performance regressions, and fuzzed, maybe we can create a branch in this repo that includes this PR until we can merge into main...

> #320 will handle this use case, just like that "encoding/json" doing. I'm not entirely sure that this is the same case, since you're converting the byte array map key...

I created a custom map file to work around it, but the fact that it didn't find anything when I first ran it was very confusing. I do now see...

As long as that file is dropped after cloud-init has run for the first time, that shouldn't cause any issues with cloud images that may already have SSH host keys...

> This will automatically be true because we can't run anything until cloud-init has dropped our authorized keys. I more meant sticking it in the cloud-init config provided at boot...

I ended up closing the PR due to apparent lack of interest, but I created a wrapper object that can use the `ByteString` type from #319 when parsing arbitrary CBOR...