Matej Drobnič
Matej Drobnič
Both monitors print: ``` INFO: Output not found! INFO: Checking output (null) (49) with scale 2 INFO: Checking output (null) (48) with scale 1 INFO: Scale is 2 ``` So,...
Just want to copy mention this for record keeping: https://github.com/dunst-project/dunst/pull/1337#issuecomment-2220632977 It appears that this jaggedness happens on Sway. On Hyprland, text is still worse when scaling is enabled, but not...
> If someone can test it it would be great 👍🏻 I can test it on Wayland if desired, just give me instructions on what to look for
Only issue I have noticed is that, with scaling enabled, dunst window has bigger horizontal offset from the edge of the screen and the window is smaller. All below screenshots...
Above screenshots are from Hyprland. On Sway, text look as bad on this branch as with the release:  But interestingly enough, on Hyprland, issue appears to be different. As...
What I do in these cases is use `expectMostRecentItem` instead of `awaitItem`. Expect method will not advance the time. To me, it seems reasonable that `awaitItem` will advance virtual time,...
What we do to get around is call `runCurrent()` first (to make sure all async coroutine code gets executed) and then call `expectMostRecentItem()` to get the item instead of `awaitFirst()`.
Standard web UI has less options:  But from what I see, setting those options work.
There already seems to be support for the `setmatrixtoken` (presumably offered by the bridge code), so "hack" is already part way there.
You can test it out that way (all of this in the official slack client): 1. Enter `/remind me to do something in 3 hours` into any channel 2. Enter...