Cody Taylor
Cody Taylor
I'm getting the error ```bash Initialization error (ESLint). Cannot find module '/.nvm/versions/node/v10.13.0/lib/node_modules/eslint_d/lib/api' ``` when I try the Webstorm integration. Steps to reproduce: 1. Open Webstorm `Preferences`. 2. Go to `Languages...
We have a request to add Iifov to the Romanian regions and I see this update was already made in `country-region-data` repository [here](https://github.com/country-regions/country-region-data/blob/cea7e53dadba668193c3331f2bf246d50b604830/data.json#L12597-L12600). Can we bump the version and publish...
When runnings `lernaupdate --dedupe`, dependencies from `peerDependencies` act as a duplicate. For example, in one package we have `"react": "^16.12.0"` as a dependency and in another we have `"react": "16.x"`...
It looks like when a large string value is in the redux store (>3mb) the CPU usage spikes and the browser locks up.