Evelyn Carter
Evelyn Carter
Additionally, if I create guild commands with a `default_member_permissions` value of `"0"`, no commands are visible to non-admins even if no `default_member_permissions` is set for the application commands.
> Setting it to "0" will prohibit anyone in a guild from using the command **unless a specific overwrite is configured** or the user has admin permissions. Discord appears to...
Granting the permission to a role rather than `@everyone` does appear to resolve the issue. Is the specific `@everyone` handling actually documented somewhere? Also, the fact that the client shows...
Issue still occurs if no `file` block is provided to `azurerm_function_app_function`
Using GNOME 45 on Wayland, XIVLauncher doesn't scale with the rest of the system
I cannot reproduce this when commenting out `crossSystem.config`, or changing it to `x86_64-unknown-linux-gnu`
I was able to reproduce this when setting `crossSystem.config` to `aarch64-unknown-linux-gnu`, so it seems that this bug only affects cross-compilation
I decided to see what would happen if I ran a build with Rust 1.80.1 and then 1.80.0. It seems that crate2nix only ever rebuilds the main crate and leaves...
> Rather than overriding > > ``` > rustc = rustToolchain; > cargo = rustToolchain; > ``` > > what if you tried just > > ``` > rust =...
> What if you remove the `inherit pkgs` (I am just guessing things now) ``` error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating...