hrdl

Results 89 comments of hrdl

In addition to "stopped writing" messages and regular messages the official desktop client uses a 15 s timeout.

Freeing up space on `/` fixed the `USBMS` storage issue, but not the Wi-Fi issue. I couldn't reproduce the issue on the Libra 2 last night, but at least on...

I've just switched to `v2024-11-49` (https://github.com/koreader/koreader/commit/cdc0cc58e755d880b6a37452f3ef812b297132bd), to no avail. Sleeping like above still works, so something still not quite right. I can dig into this during the weekend.

Reverting https://github.com/koreader/lj-wpaclient/commit/0d5c8ee336b699dbb35850a7336d24e89e1aac24 causes the scan to take significantly longer on my Forma, but it does succeed without `NetworkMgr` having to initiate a rescan. I'm not sure how to proceed as...

I usually update `sioyek-git` on AUR when `libmupdf` is updated, triggering a recompilation and reinstallation using most AUR helpers. Otherwise you need `makepkg -C` reinstall `sioyek-git` yourself.

Sorry for the late reply. I can reproduce the issue on devices without a touch screen. To reproduce, install squeekboard and sway. Then run ``` swaymsg 'for_window [app_id="regreet"] fullscreen disable'...

Something like this would work: ```patch diff --git a/crates/jmap/src/submission/set.rs b/crates/jmap/src/submission/set.rs index 54e64a16..ad0d27d2 100644 --- a/crates/jmap/src/submission/set.rs +++ b/crates/jmap/src/submission/set.rs @@ -436,7 +436,12 @@ impl JMAP { // Make sure the envelope address...

In case you use `sioyek-git` from AUR: I use wayland, so I could have forgotten some X11 dependencies. Which window manager do you use? The files created by `pacman -Q...

Would it be possible to make this behaviour conditional on the browser actually supporting it? There are some non-Firefox code paths (I don't test with chromium though) and your change...