Blake Miner
Blake Miner
It would be _REALLY_ cool if node-obfuscator could generate source maps that link the obfuscated JavaScript code back to the appropriate source file/line/column, etc. for debugging purposes. From what I...
Prevent stuff like `blah`
``` img(src="/image.png"alt="") ``` throws a compilation error. AST looks like this: ``` AST: { doctypes: [], nodes: [ { type: 'tag', name: 'img', id: null, classes: [], attributes: { src:...
If there is a problem with the Blade compiler, or more likely, if there is a syntax error with the JavaScript code in a template, Node.js will not provide any...
For 'connected' and 'ended' Call events, what are the possible call status values? I understand that Twilio provides a list of [possible call statuses](http://www.twilio.com/docs/api/twiml/twilio_request#request-parameters-call-status), but I cannot figure out which...
`sendFeatureReport` works just fine when an Array is passed, but when a Node Buffer is passed, node-hid chokes. This should probably be fixed.
# 🌈Feature request **What is this feature?** Ability to disable mouse scroll wheel event handler when `enableDragZoom` is set. **How should the feature work?** Add a prop to the ChartContainer...
It would be nice to import `simpleiot` without importing the generated frontend Elm assets. Separating these two components would be helpful, I think. Somewhat related to #252
Implementation of hooks as described in #12. This implementation has **NOT** yet been tested in any way. Feedback is welcome!
CRC32(key) % N where N is the number of servers is an OK way to partition keys among multiple servers, but it's not as good as consistent hashing as far...