Thomas Bachem
Thomas Bachem
When fiddling with brightness/dimness/night shift settings I regularly also want to toggle dark mode. Would be awesome to have a menu entry "Switch to Dark Mode"/"Switch to Light Mode" next...
I'd love to have a slider for the native/hardware display brightness included in Nocturnal's menu in addition to the dimness slider.
I created 58 unit tests mostly for German & Dutch names as well as international degrees: https://gist.github.com/thomasbachem/c5e2c82479e0c3775e88 All but "von der" are failing right now. It would be fantastic if...
Great utility to compare results of enhanced videos, thanks for sharing it! I was about to create a [Homebrew](https://brew.sh/) formula for it for Mac users, but for some reason that...
### Homework - [X] I took the time to write a good, descriptive issue title - [X] I read `nativefier --help` and [API.md](https://github.com/nativefier/nativefier/blob/master/API.md). - [X] I checked [CATALOG.md](https://github.com/nativefier/nativefier/blob/master/CATALOG.md) for community...
When using rangy via AMD module loading, I expect it to be initialized and usable when the AMD callback is fired. But it waits for DOM ready (see [core.js#L501](https://github.com/timdown/rangy/blob/master/src/core/core.js#L501)), which...
### Homework - [X] I took the time to write a good, descriptive issue title - [X] I read `nativefier --help` and [API.md](https://github.com/nativefier/nativefier/blob/master/API.md), no existing option fits my needs. -...
### Homework - [X] I took the time to write a good, descriptive issue title - [X] I read `nativefier --help` and [API.md](https://github.com/nativefier/nativefier/blob/master/API.md), no existing option fits my needs. -...
I observed that while `error.name` is empty regularly, some browsers prepend it to the message. E.g. when having ``` js throw new DOMException("INDEX_SIZE_ERR"); ``` Those are the observed values: **Opera...
### Describe the bug The block inline CSS gets always added to every page: ```html .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} ``` It seems like commit 687092a intends to fix that, but it...