flashgnash
flashgnash
# Version Information Forge version: 45.2.0 Psi version: 2.0.0 Java version: openjdk-17.0.7 Using prism launcher on linux, x86 # Further Information  ``` Psi (psi) has failed to load correctly...
In the text editor for request body, I cannot use home/end keys to get to the start/end of the line
Currently attempting to download a curseforge pack via a URL results in the message HTTP not supported (yet)  (I would like to work on this feature myself, but unsure...
Adds a .envrc file to automatically activate the nix flake when entering the project directory for direnv users (and gitignores the .direnv cache)
Fix for https://github.com/packwiz/packwiz/issues/297 Renamed vendorSha256 to vendorHash in flake.nix and default.nix as the current version of buildGoModule requires it to build Also added the current version's hash as it was...
Is it possible to capture a window instead of a region with this tool? Screenshare & OBS use the screen share dialog, which allows me to pick an entire monitor,...
I've been working with Buttons, and it seems as though the only ways to handle them are to either use the interaction collector (pauses thread waiting for a single button...
Unsure if I've done something wrong ```nix { pkgs, ... }: { programs.nautilus-open-any-terminal = { enable = true; terminal = "kitty"; }; environment.systemPackages = with pkgs; [ nautilus ]; }...
Add a nix flake for nix & nixos developers What this is: A premade dev shell with all required system dependencies and env vars for anyone using the nix package...
Via the nix flake I'm able to run the proxy application, create/join lobbies, etc Unfortunately when it comes time to start the game I get this in the console ```...