Paul Frazee

Results 872 comments of Paul Frazee

@amiyatulu try following [this guide](https://docs.npmjs.com/getting-started/fixing-npm-permissions) and installing without using sudo.

SSB does something similar for private messages, see https://github.com/auditdrivencrypto/private-box. Basically when you see one of these encrypted messages, you try to decrypt. If you're a recipient, decryption will succeed. Otherwise,...

Yeah. Basically we need to be leveraging streams both internally and as available APIs.

I appreciate the PR! But I'm not super enthusiastic about including those deps in my projects, since I don't use es5. Is there any way we can do this differently?

No problem! This has been a very useful library for me - I appreciate it.

Yeah, the repo will need an update. I updated the submodule and got new compile errors. When I have the time, if nobody else has done it yet, I'll do...

Ok, I'm doing it now because I want to toy with the example build. After updating to latest, this change breaks the example: https://github.com/electron/brightray/commit/e26f8073df2b20ba2169ffb082c5f135d542313b#diff-05af3a10d22f96957eeeca8001a50581. Solving...

In addition to needing to update the commit of the brightray submodule, the brightray_example bootstrap script needs to be updated to call the brightray bootstrap script. Pulling from the current...

Per https://groups.google.com/a/chromium.org/forum/#!msg/chromium-dev/roY78iTblYc/bb8nYsxfCgAJ, scoped_ptr needs to change to std::unique_ptr

Getting nowhere fast. I'm taking a break. (There's a lot of outdated code here.)