achill
achill
Hi, since mautrix-twitter 0.4.1 (also for 0.4.2), i'm getting the following test failure with `go test -v ./...` ``` === RUN TestParse/emoji_before_url convert_test.go:49: Error Trace: go.mau.fi/mautrix-twitter/pkg/connector/twitterfmt/convert_test.go:49 Error: Not equal: expected:...
Usually applications install into /usr, so that /etc/systemd will be kept for system administrator overrides.
Use tauri v2
### Describe the problem tauri v1 (which is currently used by cinny) uses webkit2gtk 4.0. However webkit2gtk 4.0 is outdated and unavailable on many distribitions like Debian or Alpine (which...
Currenttly the build with lua 5.5 fails. It probably needs a trivial patch like https://github.com/wahern/cqueues/commit/fd94426c08bc583d1270bec96474337015a1d79b
basename() is part of libgen.h in POSIX, so import it before using. This fixes the build on musl libc with gcc 15+.