Tapani Saarinen

Results 73 comments of Tapani Saarinen

@abenhamdine I said _would_ be nice. And is only possible with pipelining.

@safaiyeh It cannot be VS code plugin as I run eslint from the command line. Eslint version you can find from the package.json above.

My .eslintrc: ``` { "env": { "es6": true, "node": true }, "parserOptions": { "ecmaVersion": 7, "sourceType": "module", "ecmaFeatures": { "jsx": true, "experimentalObjectRestSpread": true } }, "extends": [ "eslint:recommended", "plugin:import/recommended" ],...

Thanks @jchook, this really helped!

Any reason why the import/export is done this way?

My fork: https://www.npmjs.com/package/font-awesome-webpack-4 "font-awesome-webpack-4": "1.0.0",

With node 10.13.0 I get this: ``` error /project/node_modules/libpq: Command failed. Exit code: 1 Command: node-gyp rebuild Arguments: Directory: /project/node_modules/libpq Output: gyp info it worked if it ends with ok...

@joaopauloppeixoto I can't set the minimum deployment lower because the app uses apis not available in the lower versions. And that is just a workaround, not a fix.

Node 10.13.0: error /project/node_modules/libpq: Command failed. Exit code: 1 Command: node-gyp rebuild Arguments: Directory: /project/node_modules/libpq Output: gyp info it worked if it ends with ok gyp info using [email protected] gyp...

error /project/node_modules/libpq: Command failed. Exit code: 1 Command: node-gyp rebuild Arguments: Directory: /project/node_modules/libpq Output: gyp info it worked if it ends with ok gyp info using [email protected] gyp info using...