Vladimir Panteleev
Vladimir Panteleev
> Tulir's bridges are the most maintained, for slack see https://mau.dev/mautrix/slack That project looks like it's still in its infancy. Since posting the above, I also discovered [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy), which provides...
One problem with using Dovecot over notmuchfs is that it's not currently possible to do inotify on FUSE. This means that there is no way to detect changes in the...
Why does home-manager create some unit file links in `~/.config/systemd/user`, and some in `~/.nix-profile/share/systemd/user`? Maybe it would be simpler to make it create everything in `~/.nix-profile/share/systemd/user`, then on non-NixOS, `~/.config/systemd/user`...
I'm seeing notifications from keywords not clearing with Element-Android 1.4.27 and Synapse v1.60.0. Notifications for things like private messages are being cleared. The notification stays even in I open Element-Android,...
Still seeing this in Element-Android 1.6.12.
That's surprising, as SchildiChat is an Element fork, so I'd expect it to inherit Element's bugs. https://github.com/SchildiChat/SchildiChat-android/blob/sc/FEATURES.md lists two small notification-related features, but nothing about reliability. Are you perhaps using...
> As I'm testing both at the same time, schildichat so far is worlds more reliable for receiving, sending, clearing, and other notification stuff that I can't remember this moment....
This patch works for me: ```diff diff --git a/src/randr.c b/src/randr.c index fb733205..7c5d46da 100644 --- a/src/randr.c +++ b/src/randr.c @@ -299,6 +299,26 @@ Output *get_output_next(direction_t direction, Output *current, output_close_far continue; } }...
I wouldn't mind doing so, except for one obstacle: the last time I contributed to i3, I think it took me half a day to get the test suite working....