Martin Zagora
Martin Zagora
Tried using the plugin here: https://github.com/pureprofile-warp/babel-preset-pp-node4/blob/master/index.js but on start I get an error: ``` C:\dev\pureprofile\ah-api-web\node_modules\babel-core\lib\transformation\plugin.js:125 throw new Error(messages.get("pluginInvalidProperty", loc, i, key)); ^ Error: Plugin 0 specified in "C:\\dev\\pureprofile\\ah-api-web\\node_modules\\babel-preset-pp-node4\\index.js" provided an...
does it have to read the whole buffer? https://github.com/aadsm/jschardet/blob/master/src/init.js#L72-L85 if it has to read the whole buffer, can it return a string as a result? i want to check if...
Besides obvious - provide definable keyboard shortcuts for particular snippets, this is also a complete rewrite of the extension files. Code has been split into more files and snippet insertion...
There're certainly situations where I could use this method: ``` var src = { "a": true, "b": { "ba": true, "bb": true } } var arr = _.deepKeys(src); // returns...
Hi, I've compiled this library without problems on windows 10, using node 4.1.0, but when I try to use it together with sequelize, it throws following error: ``` Assertion failed:...
Hi, this would make life a bit easier for TypeScript users.