Infernio
Infernio
PyInstaller's binaries are basically just self-extracting ZIP archives. The problem with that is that it has become quite slow - especially if your temporary directory (which is where the extracted...
Asked for time and again in the forums - we could maybe simply add the presets (digging on discord pending) as an option to the color dialog?
Right now, we package bash_default.ini so that changes to the default INI don't affect the user's settings. We also bundle a *second* default INI, in Russian. This part clearly won't...
If I make a file `test.yaml` with these contents: ```yaml - &my.anchor - key: 'foo' value: 'bar' ``` And then parse the contents using PyYAML, I get a traceback: ```python...
Implements #373 for pyyaml, both in python 2 and 3. Not sure what to do about libyaml though - I could change the `IS_ALPHA` macro, but that is also used...
We've been working on improving WB's architecture for a long time and have made major strides breaking up dependency cycles and decoupling parts that should be separate (e.g. balt/gui from...
Seems like only very minor changes are needed (new BA2 versions, but no actual changes in BA2 structure?), but I know we're going to get questions, so I want an...
- [ ] The save header has changed quite a bit, so we'll need to investigate exactly what changed - [ ] There is a [new block](https://github.com/Nexus-Mods/StarfieldSaveTool?tab=readme-ov-file#plugin_info) for medium plugins,...
https://discord.com/channels/537706885965676554/537710082755133460/1255552159286689904 Would be especially useful for timestamp games as there's no explicit list. OBMM used to have this as a feature, so we may want to add an option to...
Preliminary issue, to be filled once 3.13 is actually ready for release :)