Reiner Gerecke

Results 117 comments of Reiner Gerecke

This says help wanted, but I wouldn't really know where to start, do you have some insights on the approach?

Looking at the changelog (https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md) release 5.0.0 dropped support for webpack 4. Razzle still supports both 4.x and 5.x from what I can see..

There is no single setting to disable HMR as far as I can tell. The `razzle.config.js` file gives you the option to modify the generated webpack configuration. razzle currently sets...

Can't speak for the razzle project (just a user myself), but that sounds like what you want is something like [snowpack](https://www.snowpack.dev/) or [vite](https://vitejs.dev/). This sounds more like a webpack question...

I like the idea. Having an accessible way of writing custom lints was the reason I introduced semgrep at work, next to flake8. The performance impact is quite huge though....

What I don't understand - and I noticed that in multiple runs - is why the operation is being canceled. Many times the tests succeeded. ``` running 3 tests test...

I'm also seeing this.. which isn't that helpful. I was thinking that maybe it's just being canceled because a new workflow was scheduled, but that doesn't seem to be the...

Well, actually.. when you start searching for the "shutdown signal" thing, numerous issues popup about people's jobs being canceled. Most often due to resource limits. For example: https://github.com/actions/runner-images/issues/6680 One response:...

I should have specified that more. I'd really appreciate a code review on the approach itself, the cleanup part is primary about the changes to `handle_node_load`.