WofWca
WofWca
...with high zoom level. Closes https://github.com/deltachat/deltachat-desktop/issues/4063 I did not test this because for me `setMinimumSize` is not working. Though I played around with window sizes to determine the new numbers.
**Bug description** Clicking on the extension icon causes data to get cleared and tabs to get closed even though "Ask before removing data" is checked. 
**Describe the bug** This appears to happen only on first launch after a while. The "Latest" tab shows a bunch of apps, but when I want to search for an...
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation...
The default setup (no `ALLOWED_DEST_FQDN` used`) allows the SOCKS proxy client to access private addresses of the machine on which the SOCKS server is running on. In particular, it can...
Catching RPC errors in TypeScript is a little hard. Usually you'd want to use `instanceof Error` to access its `message` property. We had an issue with this in Delta Chat:...
The telemetry messages are generated and answered on the main thread in the content script. I wonder of we can offload this into a separate thread, using a Worker.
A user is reporting that sometimes apparently Jump Cutter stops following the normal speed set by the Global Speed extension. That is, with [`onPlaybackRateChangeFromOtherScripts`](https://github.com/WofWca/jumpcutter/blob/103eecce4e362bd179529e10d7120511a2eec17d/src/settings/index.ts#L151) set to `updateSoundedSpeed`. The extensions keep...
This was raised in [this review](https://addons.mozilla.org/en-US/firefox/addon/jump-cutter/reviews/2126242/): > Works amazingly in 95% of cases. The 5% of cases it doesn't work in are YouTube and Twitch streams (it will constantly try...