Jan T. Sott

Results 61 issues of Jan T. Sott

### Requirements for Contributing a Bug Fix * Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...

https://github.com/idleberg/bun-storage

> Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice. ## Checklist - [x] Title as described. - [x] Make sure you...

I found it mildly confusing, that the single app view lists some installer types as if they were file extensions. _Screenshot: application uses InnoSetup to create setup, file extension should...

When submitting a bug report, please follow the following template: --- ### Summary Menu items on macOS will wrap at a certain width, resulting in oddly looking menus. ![screen shot...

T: bug
S: trivial
C: OS Integration

I was surprised that the following example doesn't return false. Actually, I'd expected the parser to throw an error first. ```js const invalidBase62 = '@@@@@@@@@@@@@@@@@@@@@@@@@@@'; const parsedKsuid = KSUID.parse(invalidBase62); KSUID.isValid(parseKSUID.raw);...

Thanks for the pull request! By raising this pull request you confirm you are licensing your contribution under all licenses that apply to this project (see LICENSE) and that you...

This is a weird design choice on the NSIS side of things, since this keyword always requires the `/REGEDIT5` switch. I dug a bit deeper and stumbled across ([this comment](https://github.com/NSIS-Dev/nsis/blob/691211035c2aaaebe8fbca48ee02d4de93594a52/Source/script.cpp#L4330)),...