william light
william light
@Boscop > While I agree that it makes sense to amend the Readme to add a notice about the issues with licensing and API safety and point to those alternative...
@zyvitski > I would argue that for the sake of the users who do rely on this project few as they may be, that it would be better to start...
There's also https://github.com/hogliux/bomutils which hasn't been updated in a while but could be useful nonetheless.
so, here's the deal. this is something i've wanted for a long time, but i definitely coded myself into a corner with rove, and it's tough to do with the...
Hey, thanks for taking the initiative on this! I have a few things I'd like to see addressed before merging, if they're not too much trouble. First, I'd prefer that...
`UNEXPECTED_TYPE` is actually raised in very few places (as sort of a last-resort), but they're all deep inside cbor-codec, which is used all over the place in Proteus as part...
Those 7 places are actually from cbor-codec's [Decoder.coffee](https://github.com/wireapp/cbor-codec.js/blob/master/src/cbor/Decoder.coffee), and at the site of the exception raising, cbor-codec doesn't know what property it's being assigned to (in some cases, it won't...
I'm very sorry about the repeated posts. Github returned a 500 when I tried to post it, and I just continued refreshing. This is phenomenally embarrassing.
As a note, my use-case isn't concurrent uses inside the same process, but concurrent uses in *separate* processes, triggered by separate CI jobs. While it could be feasible to limit...
I'm wondering whether this is some sort of shared/exclusive mode thing. Just received my spare Yubikey in the mail and I'm going to drill down and find out *where* this...