Grimmauld
Grimmauld
**Is your feature request related to a problem? Please describe.** Releasing new versions of a mod will always depend on and be delayed by a moderator based confirmation system. This...
[appserviceSilly.log](https://github.com/matrix-org/matrix-appservice-discord/files/14151124/appserviceSilly.log) [botconfig.txt](https://github.com/matrix-org/matrix-appservice-discord/files/14151126/botconfig.txt) Matrix synapse setup: https://git.grimmauld.de/Grimmauld/grimm-nix-server/src/commit/981abe57ec42059f16a92f72bb43cefeef17ec5e/modules/matrix.nix Appservice setup: https://git.grimmauld.de/Grimmauld/grimm-nix-server/src/commit/981abe57ec42059f16a92f72bb43cefeef17ec5e/modules/discord-matrix-bridge.nix I am experiencing a crashloop of the appservice. Any time it tries to start the service, it soon after crashes. Attached...
**Description:** Sway knows whether a container should launch floating or docked using for_window rules. Once launched, floating can be enabled, disabled, or toggled. It is however not possible to restore...
This project transitively depends on `webkit2gtk` (this is finefine) via `webview` and `webview-sys`. Both of those projects didn't get any release in the past four years, with very few (single...
``` =================================== FAILURES =================================== _________________ TypedDictTests.test_py36_class_syntax_usage __________________ self = def test_py36_class_syntax_usage(self): self.assertEqual(LabelPoint2D.__name__, 'LabelPoint2D') # noqa self.assertEqual(LabelPoint2D.__module__, __name__) # noqa > self.assertEqual(LabelPoint2D.__annotations__, {'x': int, 'y': int, 'label': str}) # noqa E...
cmake ABI compatibility with cmake
These changes are useful on FHS-noncompliant systems, such as NixOS. Currently, `augenrules` is just broken. In an effort to align our package more closely with upstream, i wanted to make...
setting LogsDirectory and RuntimeDirectory ensures systemd will create these directories ahead of starting the auditd service. It also ensures the auditd service has write permissions, even if someone might add...
public requires are intended for libraries that are being included by public headers. `libsoup` is only indluded in `widget.c`, and thus does not need a public require. Adding a public...