Infernio

Results 249 comments of Infernio

> will turn the eye on wx-begone with your permission will stuff there my couple commits from my records branch Yup, feel free We should think about merging (at least...

> if you agree with fill -> expand Yeah sure, looks fine Will squash and build one more nightly with those changes

Left some preliminary comments on that branch, and here are some thoughts on `utumno-wx-begone-broken`: > probably this class should be moved to gui/ Yup, my (still pretty far-off...) vision is...

> Why you hate so much my little closure that can't go out by it-self_ ? :P Hmm, I think my brain went 'nope' the first time I saw the...

My fixups are just two lines, so feel free to push and cherry-pick them afterwards.

Something in the recent app button refactoring seems to have broken the game button's behavior when a script extender is installed. Specifically, if no extender is installed and you click...

For future reference, cause I just ran into this with my own project, this is how you subclass a pathlib path to extend it: ```python from pathlib import Path class...

User reported some more hiccups with tracebacks. Obviously somewhat low priority since we're finally getting closer to #243, but still: 1. When dragging and dropping to reorder mods/installers: ``` Traceback...

Changed request to a 'merge' command instead. Naming matters, both the original naming and this one make sense for creating a single package containing the original files and the update...

Actually, thinking on this more, we do want both. A simple merge would not only add or change files from the parent package, but if an update *removed* a file,...