Tony OHagan
Tony OHagan
You might also be interested in this one: https://github.com/tj/node-ratelimiter . - examples shown here: https://blog.risingstack.com/node-js-security-checklist/ - Nice that it uses Redis so hopefully should work across multiple node worker instances...
I was actually installing it on Windows - but npm gave this error.
I do have OSX so can give it a go.
Thanks for the tweet BTW :) for sencha-icon-moon. Have you had a look at https://github.com/tohagan/stlive ? I have new Sencha Interception/Logging API on the way soon - based on AOP.
Looks like Google are ready to pull the plug on SPDY but HTTP2 for node is not ready which is a worry ... http://blog.chromium.org/2016/02/transitioning-from-spdy-to-http2.html
Actually I think there a more functional approach that you'd probably recommend. We just add a `strictObject(decoders)` function that invokes `object(decoders)`. Here's my untested JavaScript (not TypeScript) version ```js const...
Alas .. That won't work because you've made the Decoder() constructor private.
+1 Yes sorely missed. While I like this kit **very much** this is probably it's biggest weakness. This really impacts my software development time and make sense to add given...
Empty project .. https://stackblitz.com/edit/stackblitz-starters-munihydt
Observe that the UP and DOWN keys display in the terminal as `^[[A` (UP) or `^[[B` (DOWN) .