Lojack
Lojack
definitely keep mbcs last there. Reason is that mbcs will _never_ fail to encode/decode, even when characters cannot be represented in it, they're replaced by `?` IIRC. This is a...
I'm not 100% sure, run this by @WrinklyNinja, but I believe libbsa, the boss api, and loot api all expect filenames passed to it to be given as UTF-8 encoded...
Ah yes, the tried and true: decode an already decoded string 🤦 I hate typos. EDIT: I **SO** cannot wait for py3 upgrade. Python 2 being "helpful" and saying oh...
Checkboxes with a floating header to the table to make sure you can always see what game the checkbox corresponds to? Probably using icons for the header so the checkbox...
Same, but maybe @FelesNoctis knows how to do that?
Yep I'm fairly familiar with `pathlib`s stuff, and its weird edge cases (like subclassing....wtf). At least for now my plans are: - [ ] Rename `bolt.Path` methods that have direct...
Since the Window Store games cause a lot of issues with this, I think it might be a good idea to move this up to post-py3 (310?). We sorely need...
vistaDialog: the new message dialog style in the Windows API that has tons of features. [This page](http://www.naughter.com/xtaskdialog.html) has a picture near the top showing one that happens to be utilizing...
Oh and a second though... under WINE you're still running Bash on 32-bit Python, yes? That same commit I linked fixed an issue with running under 64-bit Python related to...
Bash uses only the most basic features of TaskDialog anyway, except for one case that I can think of. If you try to launch Bash and it detects that the...