Emil Bay

Results 85 comments of Emil Bay

Here's the error: https://github.com/hughsk/atom-npm-install/blob/6d3646a87fd234a7f5d71f1af36748b01c0b8175/index.js#L98 Will submit a PR

Examples: ``` const Tailer = require('@hyperdivision/btc-transaction-tail') // @hyperdivision/btc-transaction-tail const sodium = require('sodium-native') // sodium-native const sodium = require('sodium-javascript/random-bytes') // sodium-javascript ```

I think this might be similar to #37. The approach here is probably too naive. A full tokenizer is probably required to be able to do this proper

Yeah I have a hacked in place ndiff also to help me out. I activate it with an env var so I didn’t have to make too many changes throughout

So I gave @aboutaaron a few pointers on this at NICAR16, and you might want to watch what @karissa is doing with the [publicbits/publicbits.org](https://github.com/publicbits/publicbits.org) project. `dat` requires a local installation...

I guess my issue report is pretty silly, but what I was going after was prompting whether the user would like to continue taking an image/gif, or just pass?

I think this issue is that we have scripts for pulling libsodium as a git submodule, and since you download the source zip from github, you will need to run...

Floats are not uniformly distributed in that range, so I don't think the probability is that simple. But like I mentioned above, I don't think "bug" is of any consequence...

If you want to go that route, then a random bitflip is probably better, eg. `bcrypto.random.randomInt()` which will give interval `[0, 2**32[`, split it and you get `[0, 2**16[`, `[2**16,...