jahed.dev
jahed.dev
@tim77 Just to confirm, you're right about user-dirs. Mine was set to: ``` XDG_VIDEOS_DIR="$HOME/" ``` I changed it to ``` XDG_VIDEOS_DIR="$HOME/Videos" ``` and it works now. Guessing because the flatpak...
Looked into sending a PR but came across an issue. I was considering the following: ``` "react-hooks/rules-of-hooks": "error", // Checks rules of Hooks "react-hooks/exhaustive-deps": "error" // Checks effect dependencies ```...
Following on from my previous comment, Create React App has added `react-hooks/rules-of-hooks` as `error` and `react-hooks/exhaustive-deps` as `warn`. https://github.com/facebook/create-react-app/blob/master/packages/eslint-config-react-app/index.js Considering this seems to be the "standard", maybe adding it as...
@MatanBobi No worries. I didn't make a PR yet, cwonrails did (#63) though it's been waiting for over a year. I'm assuming feross has a lot on his hands with...
The README says it strictly supports OpenLayers 3. I'd guess moving to support OpenLayers 4 will be a major undertaking.
Has there been any progress on this? Anything needed? It would be nice to support `hashDigestLength` for consistency when using loaders like `file-loader`. I noticed the PR (#120) has been...
@evilebottnawi I'm using `[contenthash]` for my project outputs so it would be nice if `loader-utils` supported `output.hashDigestLength` for that like Webpack's outputs do.
It's been a while so just wanted to know, is the approach still agreed upon? i.e. using `compilation.hooks.mutateInjectedTag`?
Can someone please push out a release? It's been around 4 months now since the last release and this major bug has been fixed since May.