Kutu
Kutu
If in the list on `system.defaults.dock.persistent-others` a path is non-absolute as it [is stated in the wiki](https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.dock.persistent-others) is will just generate a broken item in the dock. This generates broken...
I'm failing to find out if Accent has support for the FTL files of the [Mozilla Fluent project](https://projectfluent.org/). Is it planned to be added in the future?
### Prerequisites - [X] I have verified this issue is present in the `develop` branch - [X] I have searched [open](https://github.com/MonoGame/MonoGame/issues) and [closed](https://github.com/MonoGame/MonoGame/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already...
**1. Environment** - Device: [Xiaomi Mi11i] - OS: [Android 14] - APP: [0.11.1] **2. Describe the feature request** Sometimes you can have a bunch of feeds that are more closely...
If I add to my devShell the following package: ```nix (rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; targets = [ "thumbv4t-none-eabi" ]; })) ``` Running `nix develop` will...
Having a YAML file like: ```yaml userPassword: 1234 ``` Will fail with the error: ``` /nix/store/vxv8vsvf4vghkncqdnwgjhknzddxqy6q-sops-install-secrets-0.0.1/bin/sops-install-secrets: secret userPassword in /nix/store/29756kkx2w1z2m21abbwgvi1ad8b2lnb-data.enc.yaml is not valid: the value of key '' is not...
Given that cargo2nix is not available on `nixpkgs` it's required when entering a `devShell` to compile the full binary from the ground up resulting in more than 20 minutes of...
Some tools like [fenix](https://github.com/nix-community/fenix) doesn't set any `version` or `pname` at their derivations and instead just manually set `name` . This piece of code has two main issues: 1. It's...