Cooldude2606
Cooldude2606
I also ran into this error. I found that switching to [Python 3.10.11](https://www.python.org/downloads/release/python-31011/) solved the issue. I was previously using [Python 3.11.3](https://www.python.org/downloads/release/python-3113/) which is the latest at the time of...
I could not find any logic errors in the code you have written. There are a few bits of lint found by CI but other than that your changes make...
Reverted to draft as there are a few additional files and code blocks which can be added after I dog fooded the template to create a statistics plugin, and I'm...
> I'm feeling the templating syntax is awkward to read and leads to writing code that works around its idiosyncrasies rather than working well with it. For example when templating...
The box and button outline are displayed correctly. However, the default behaviour of prompting a download is not prevented when the target is missed or the host is offline. Also,...
While it is the default, it is also a bad user experince. Here is what it looks like on Google Drive when you drag a file into the wrong area....
I'm on windows 10 firefox and the copy and none works fine for me. Another issue has arose tho: when the instance state is unknown you can drag onto the...
From a quick look, my approach would be expanding `InstanceDetails` to include the factorio version, then within `InstanceInfo::toInstanceDetails` you have access to the instance config where the game version is...
There was discussion about the possibility of race conditions between getting a copy of a value and setting the updated value. The simplist solution was to use an "compare and...