Oliver Hamlet
Oliver Hamlet
Since BOSSv3 is now LOOT, the BOSSv3-related changes to BOSS's launcher should be undone, and a new launcher added for LOOT. @lojack5, do you have any pointers of what would...
LOOT currently offers two builds: - a 32-bit build that supports 32-bit and 64-bit Windows 7, 8.1, 10 and 11 (which doesn't have a 32-bit version), using Qt 5.15 -...
Artifactory has a bug where it redirects users to a login page that's actually a modal dialog with an almost-invisible close button, even if the repository is configured to allow...
Suggested by pStyl3, and I certainly wished I had one when testing masterlist parsing failures yesterday. To support this: - [x] Create a framework for cancelling JSC++ queries, using `cefQueryCancel()`...
Back when LOOT was BOSSv3 beta 8, it could generate an image of the plugin graph used to sort the load order. This functionality was removed because rendering the graph...
I [forked rexif](https://github.com/WrinklyNinja/rexif) to add support for writing GPS tags to it, but upstream hasn't been touched in over a year, the only tests it has are the ones I've...
As suggested by @IllusiveMan196 and first mentioned in #1750.
As suggested by @IllusiveMan196 and first mentioned in #1750. Group names are read-only, so this would be done by creating a new group with the new name and same description...
This is reproducible on the [demo page](https://elements.polymer-project.org/elements/paper-tabs?view=demo:demo/index.html&active=paper-tabs). 1. Click on the fourth tab of the first scrollable tabs example. It's the one labelled "THE ITEM FOUR" (but the "FOUR" is...
### Description If an iron-list of items with overflow content (eg. dropdown menus) is used, an item's overflowing content will be hidden by the following item, as the lower item...