Hornwitser
Hornwitser
Maybe, but in my case it was a dependency of a dependency that imported `react-dom/test-utils` and I can't deduce that from the error message. And I want `react-dom`, not `react-dom/test-utils`,...
I fail to see how this issue has been resolved. Using the reproduction repository linked in the first post with webpack v5.73.0 and webpack-cli v4.9.2 I still get the following...
Which statistics specifically is this issue about? There's already statistics for production and consumption for items and fluid, buildings placed and mined, and kill stats. I don't think there's pollution...
I don't see why not. The main reason why the game keeps ticking is plugins that send commands at a regular interval, there is plans for including a scheduler in...
I don't know. Still lots of code I haven't seen yet.
The paths of interest that are still hard coded are /sharedMods and /plugins. sharedMods will probably be replaced with a /temp/mods directory that's automatically handled by a mod management that's...
Too difficult to set up and use, and being incomplete.
The only major one I can think of is updating plugins without restarting the master/instance.
Not without first fixing Hotpatch (for the plugins that use it) as it doesn't properly support unloading yet. It has been suggested that plugin code would be put into Factorio...
Hotpatch does not properly update event listeners when updating a mod, causing the server to be unjoinable if you update a mod with it that changes the event listeners used.