Chris West

Results 19 comments of Chris West

I suspect this is still useful, given other people have raised it. I haven't tested it against the new leak detector code, with FinalisationRegistry, though.

I'd still like this to be merged, bot, but I am not going to rebase the PR at this time, unless there's further discussion on where it should go.

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

On Ubuntu, the necessary libraries are packaged: ``` sudo apt install python-capstone libcapstone-dev make sudo ./sifter.py --unk --dis --len --sync --tick -- -P1 -t ```

There's a license stated in the `package.json`: https://github.com/snyk/event-loop-spinner/blob/585fa507971ae1f66798c3947fd479558ffe9abf/package.json#L36 If we were to carefully think this through, it would probably end up as Apache2 like our other open source projects. Do...

Hi everyone else from search results. This only works on node 16, ~haven't been able to get it to work on 18 or 20~. Newer nodes don't like, and don't...

It currently builds and passes its tests on [Debian's 2.5 CI infrastructure](https://gist.github.com/FauxFaux/aa897aa624f7b7f2677489a160a44e33). I haven't actually tried to use the result, though, no.

Okay, all good! Perhaps stating that `0.20.x` will continue to support whatever was stable at `0.20.0`? Not that there has ever really been a point release since `0.10.x`.

Also hit the same bug, and traced it through, [notes](https://gist.github.com/FauxFaux/0c14779d76c6e966532357124731a0a9). 1. the `fromDer` call here defaults to `decodeBitStrings: true`: https://github.com/digitalbazaar/forge/blob/2bb97afb5058285ef09bcf1d04d6bd6b87cffd58/lib/asn1.js#L427-L434 2. the EC `point` in these keys *happens to be...