Ben Mayer

Results 9 issues of Ben Mayer

Nixd does not show an error when a file ends with a comma

bug
libnixf:parse

* **Electron-Builder Version**: 24.13.3 * **Node Version**: 20.12.2 * **Electron Version**: 29.3.3 * **Electron Type (current, beta, nightly)**: current * **Target**: linux I have set the `electronDist` key in the...

I want to configure my system so that the luks root disk has a password and a key file, the key file is on a usb stick, when the usb...

### ⚠️ Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### 🏷️ Feature Type API Additions...

When using the [hyprsplit](https://github.com/shezdy/hyprsplit) plugin for Hyprland it shows all workspaces, even when they are empty. ![Image](https://github.com/user-attachments/assets/bd3fb55f-16b9-475d-a777-d1881f2ce797)

### Godot version 4.3.stable.nixpkgs.77dcf97d8 ### godot-cpp version N/a ### System information Linux (NixOs) ### Issue description When trying to clone with `git clone --recurse-submodules https://github.com/hazelnutcloud/godot-llama-cpp.git` it complains with ```fatal: remote...

I currently have the flake: ```nix { inputs = { flake-utils.url = "github:numtide/flake-utils"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; fenix.url = "github:nix-community/fenix"; naersk.url = "github:nix-community/naersk"; }; outputs = { self, flake-utils, nixpkgs, fenix,...

when running `nix-build examples/hello --argstr device oneplus-fajita -A outputs.default` `libhybris` fails with: `nix log /nix/store/551ny36jgm7qvnv3q5ln95c55cyy4yhf-libhybris-aarch64-unknown-linux-gnu-2019-12-02.drv` ``` stub linker.............: no ...skipping... | ^~~ In file included from hooks.c:42: /nix/store/038f6dc3ldcp64yild9jn8i5lj2gvw4q-aarch64-unknown-linux-gnu-gcc-14.2.1.20250322/aarch64-unknown-linux-gnu/sys-include/dirent.h:185:12: note: declared...

I'm currently trying to detect if a move was forced, my current way for this is to run `.legal_moves()` on a `Chess` object and check if there is only one....