Evelyn Carter
Evelyn Carter
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
### Description I have created a slash command with a default permissions value of `"0"`. In my guild, I have given `@everyone` permission to use this command. Despite this, only...
Add an option to limit the no-tick-view-distance to the highest client-side view distance of all connected players. If, for example, the server maximum view distance is 32, but the highest...
This pull request adds support for kernel 4.15, which changed the timer interface. Fixes #10 Thanks @kimocoder
The documentation for the [Market board current data endpoint](https://docs.universalis.app/#market-board-current-data) states that an invalid world/DC/region or item ID should return a HTTP 404 code. However, I've only ever been able to...
I have a simple derivation using `crate2nix`: ```nix { pkgs, crate2nix, system, src, ... }: let rustToolchain = pkgs.rust-bin.stable."1.80.1".default; buildRustCrateForPkgs = pkgs: pkgs.buildRustCrate.override { rustc = rustToolchain; cargo = rustToolchain;...
**Cosmic-files version:** `50f585318313a3da67fdddaf81fa27f7aac0de90` **Issue/Bug description:** COSMIC Files does not show files that are symbolic links. **Steps to reproduce:** 1. Create a symbolic link in a directory 2. Enter the same...
I am trying to compile a Rust project to `x86_64-unknown-linux-musl` from a `x86_64-unknown-linux-gnu` host (NixOS 24.05). `pkgs` is defined as follows: ```nix pkgs = nixpkgs.legacyPackages.x86_64-linux; ``` I call the Rust...
Add some documentation for using `rust-overlay` with IFD and Flakes. This is what worked for my setup, adjusted to use `flake-parts` instead of `flake-utils`. Fixes https://github.com/nix-community/crate2nix/issues/359.