Gianni Ferullo

Results 5 issues of Gianni Ferullo

``` { code: 'CIRCULAR_DEPENDENCY', importer: 'node_modules/react-lazyload/lib/index.js', message: 'Circular dependency: node_modules/react-lazyload/lib/index.js -> node_modules/react-lazyload/lib/decorator.js -> node_modules/react-lazyload/lib/index.js', toString: [Function] } ``` I can do a PR for this in a week or so...

Webpack 2 supports exporting a default function as the webpack config. ``` javascript export default env => { // return env-specific configuration } ``` I'm using this for the reasons...

I'm using `paths` to store pieces of my state. The paths I specify don't influence the initial state, they only affect what's stored after the state changes. I'd expect my...

I'm seeing this error, on 10.15.5 Catalina ``` Something wrong happened, Command failed: open /Applications/Utilities/Keychain\ Access.app ssl.crt The file /Applications/Utilities/Keychain Access.app does not exist. ``` My KeyChain Access.app is under...