John L. Armstrong IV

Results 151 comments of John L. Armstrong IV

Another [Collection of React Hooks](https://nikgraf.github.io/react-hooks/)

@jappareti another solution could be [nodemon](https://github.com/remy/nodemon#nodemon). You can set it to watch the dist directory and run the deploy command on changes.

Would this PR still support commonjs? I like how https://github.com/jvanderen1/compare-versions keeps that support

Downgrading to `"connected-react-router": "^4.5.0",` worked in the meantime. Version 5.0.0 started causing the `TypeError: Cannot read property 'pathname' of undefined` error.

> perhaps I could add an "extended" set of color shades that would serve larger projects I think that’s the perfect solution! Both regular and extended palettes. > One of...

I had this error too. How would I always consider scheduled builds as all new?

~~This solution works for me:~~ ```ts moduleNameMapper: { chalk: require.resolve("chalk/source/index.js"), "#ansi-styles": require.resolve("ansi-styles/index.js"), "#supports-color": require.resolve("supports-color/index.js"), }, ``` This solution works for me: ```js moduleNameMapper: { chalk: require.resolve("chalk"), "#ansi-styles": path.join( require.resolve("chalk").split("chalk")[0], "chalk/source/vendor/ansi-styles/index.js",...

@ottokruse community PR https://engineering.fb.com/2022/05/11/open-source/jest-openjs-foundation/

Ended up migrating to https://www.npmjs.com/package/react-resize-detector#user-content-refs

After dealing with issues around: - `GeneratorError: TypeError: collection is not iterable` - `Ensure that there is only one instance of "graphql" in the node_modules directory.` - `Error: Cannot find...