WofWca
WofWca
To be clear, here's what the issue looks like: https://github.com/user-attachments/assets/c8bc20d7-42ec-4336-8911-3e17591728a1
OK, https://github.com/deltachat/deltachat-desktop/issues/3978 was opened and is (hopefull) gonna be addressed. But I believe we have a particular issue with info messages, in particular with webxdc info messages. This is especially...
https://github.com/deltachat/deltachat-desktop/pull/5244 solves the issue from my previous comment. https://github.com/deltachat/deltachat-desktop/issues/3072 has also been fixed. There has also been https://github.com/deltachat/deltachat-desktop/pull/4648. Does anyone still notice such issues? If not, I suggest to close...
However, the telemetry has properties that are read directly from HTML elements. But you cannot access DOM from a worker. So I'm afraid it's not possible to _completely_ remove this...
This is somewhat similar to https://github.com/deltachat/deltachat-desktop/issues/3218 (Windows-only), where a firewall alert would be shown because of WebRTC.
Another project implements the captions algorithm! https://github.com/WojtekTB/UCSD-Silence-Fast-Forward/blob/main/scripts/helper_functions.js#L157
Here's Google's guide on how to do this. They suggest Selenium, Puppeteer, WebDriverIO: https://developer.chrome.com/docs/extensions/how-to/test/end-to-end-testing Also for reference, this extension https://github.com/Authenticator-Extension/Authenticator has thorough E2E test coverage.
No, this is not an inherent limitation. This simply has to do with the "snap" that is applied to the slider (that little vertical bar on the "1" value). You...
Hey! Thanks for your interest! By "activated" you mean the "enabled" checkbox is ticked? If so, then it's supposed to be already implemented. Does it not work for you?
I see. Yeah I heard this being requested before. That would probably be better. You can go ahead! Let me know if you need help.