Bryan Goldstein

Results 27 issues of Bryan Goldstein

Right now `@unlive` directive is not respected by sets.

Turns out I implemented this with async iterators before I even knew they were a thing, and with ES2018, we have some cool language functionality that we can use. Would...

I started with an iterator over promises and it turned out to be a bit much, so I switched to a promise factory like you get with `co.wrap`. I like...

* would be nice to have an easy example of disabling persistence * nicer to have a sane default of disabled

It is a security risk to include an external library to handle credit cards that someone else has obfuscated on their own machine.

Hey Huey, Just checking if you think this is worth using today with relay modern. Cheers, Bryan

Would be nice if there was some sort of usage message (assuming there is a CLI).

Hey! Thanks for writing this example, to get it working I updated a few dependencies. For some reason it is off center (and off screen on smaller screens) because of...

I have recurring pkgconfig errors whenever I install things. One is with openssh and I can't recall the other.

In order to use ssh, there needs to be random data in /dev/random, not sure the best way to get it there.