mraak
mraak
E:\dev\projects\nodeprojects\electron\electron-api-demos>npm i > [email protected] install E:\dev\projects\nodeprojects\electron\electron-api-demos\node_modul es\electron-chromedriver > node ./download-chromedriver.js E:\dev\projects\nodeprojects\electron\electron-api-demos\node_modules\electron-chromedriver\download-chro medriver.js:16 if (error != null) throw error ^ Error: self signed certificate in certificate chain at Error (native) at...
Windows 7, Node v6.10.3. I'm using endpoint that is given in the tutorial, which works inside the browser GraphiQL on tutorial page . Also when I try connecting to my...
As I started to write more tests, I realized something is wrong with console.log(). ```js var a = int`` a = "44" console.log(a) ``` If I run the above code...
Assert on which specific errors (by ID) are expected. We'd need to expose the MSG.* constants for use by the test assertions, so that as the numbers get re-assigned it...
For the purposes of better readability, easier branching merging and easier developer onboarding, it would be useful to split the checker.js into multiple files. For example, ``` var collectTypesVisitors =...
I would like to use text node's data, to split it into multiple spans. `hello world` would be turned for example into: `hello world` I used the transform method to...
First demo I checked and a bummer :) http://jsfiddle.net/hyperandroid/FbNfg/light/ When trying locally I get CAAT.modules as undefined. Was there some refactoring at work in the mean time while the demos...
I'm checking around the docs and scripts in package.json but I don't see how to build this project.
Proptypes need to be imported.
This code works when running it purely by node index.js, but fail when publishing to NPM as CLI and running as executable on Windows 7. var zip = new AdmZip();...