Ilya Grigorik
Ilya Grigorik
Good catch, ty for reporting it! Is this a documentation bug only, or does it affect some functionality you're looking to wire up?
Is there any merit in using one of the bcrypt libraries instead?
The latest stable is 0.8.18. Asking for 0.8.7 is not a big deal (and you should be on it to begin with). If for no other reason than simplicity, I'd...
@henrypijames the bcrypt comment wasn't about doing the switch, rather asking about the merits of it. If you're confident in PBKDF2, then I'm ok with it - just wanted to...
@henrypijames apologies about the radio silence. Any chance you can rebase against latest master? There have been a few updates to the user/pass logic, which may need a small refactor.
Current option enables binding to a particular IP for outgoing requests, the server by default listens on all interfaces. I think that's a simple improvement though: https://github.com/igrigorik/node-spdyproxy/blob/master/bin/spdyproxy#L129 ... just need...
Hi Mohammad. The implementation itself makes sense, and as you highlighted in the ticket.. extending the grammar is pretty straight forward. If this is a syntax extension that you need...
Are you familiar with Rails and its [i18n system](https://guides.rubyonrails.org/i18n.html)? Would love to see this as well, but we'd need to wire up a bunch of APIs before we can manage...
Paging @timvisher @urticadioica, anything to look into here, or WAI?
Apologies for the (very long) delay. Overall, looks good — minor nitpick/question. I've not tested it yet though, can you confirm that it's still working with latest version of Netflix...