LordMZTE
LordMZTE
When specifying an external java library using `--java-lib`, Haxe will fail to compile the Haxe source if it references a class from the external library that imports another class which...
The `dynamic-len` setting of the `mpris` block doesn't seem to be respected, the text length often going way beyond the set limit. ### Version info ``` $ waybar --version Waybar...
When onionshare tries to connect to a Tor daemon using the control socket, the progress gets stuck at `0% Connecting to the Tor network`. ### Installation info - OS: NixOS...
**Describe Your Environment** - Version of ZoneMinder: Commit 1ae223bfc1887186d9e7f0cb85161f588ec0dc96 - How you installed ZoneMinder: A lightly modified version of the nixpkgs package for the given commit - NixOS Vicuna 24.11...
I have an attic cache at `https://nix.mzte.de/mzte` that I'd like to allow others to use, but if one visits this URL in a browser, it just returns a JSON-formatted 404...
Since LDAP is already supported, it would also make sense to support OIDC, too. I'd like to host an instance of dropit, but can't right now as I'd like centralized...
- **App Name:** network-manager-applet - **Icon Name:** There are several, see [this directory](https://gitlab.gnome.org/GNOME/network-manager-applet/-/tree/main/icons), as well as the icons missing upstream noted [here](https://gitlab.gnome.org/GNOME/network-manager-applet/-/issues/194). - **Description:** A Tray Applet for NetworkManager -...
This adds a low-level API to directly pass raw SQL parameters to a database. For the motivation of this, please see the below issue. Closes #2333
**Is your feature request related to a problem? Please describe.** I want to send a string array to a postgres database as a parameter. The only option I can see...
**Describe the bug** This code: https://github.com/drogonframework/drogon/blob/8d640bafb45e95eaa8931ae12d75ed2dbeff7043/orm_lib/src/postgresql_impl/PgBatchConnection.cc#L304 may invoke `PQsendPrepare` with a C-style string that's missing a null terminator. **To Reproduce** Execute an SQL statement with a `DbConnection`, passing an `std::string_view`...