Sam Ingle
Results
2
issues of
Sam Ingle
Looking at the [blessed source](https://github.com/chjj/blessed/blob/master/lib/widgets/log.js), it appears that react-blessed isn't triggering the `set content` event when updating a log element reactively. Failing example: In this version, the log won't keep...
This PR adds support for the secp256k1 curve. It's based off #780, which gets pretty close. @mikedotexe asked us to take a look at the js implementation after adding secp...