Derek Li
Derek Li
Logging into hyprland with Gnome login manager does not work. After login, there is a black screen for 0.5 seconds and then it puts me back to login. (so probably...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Some songs that I have listened to have experienced this issue....
im using this code to inject a dylib into a given pid. It works on a test cpp program, but when I run a java program, it crashes, saying `frida_device_attach_sync...
I install the game with an external drive. Sometimes when I open the launcher, it says install game, and takes a long time to check game file integrity. If there...
Calling `Injector::new()` causes the program to segfault with no error. Example code: ```rs fn main() { Injector::new(); } ``` produces this: `Process finished with exit code 139 (interrupted by signal...
In included file: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header.
I recently started using xcode-build-server with sourcekit-lsp in neovim, and I'm having trouble with the LSP. For context I used Xcodebuild.nvim to configure the setup and then ran the xcode-build-server...
Can anyone confirm my issue with plymouth not showing up? Silent boot is also not working. Here's my config: ```nix #boot.loader plymouth = { enable = true; theme = "rings";...
Has anyone installed Minecraft before? I installed prismlauncher from nixpkgs unstable, and I'm using openjdk 21. Minecraft is not detecting any hardware acceleration, and is using llvmpipe. Fabulously optimized and...
Hey I would appreciate it if muvm was added to nixpkgs... I got it working with this config: ```nix { pkgs, lib, rustPlatform, fetchFromGitHub, }: let libkrun-muvm = pkgs.libkrun.overrideAttrs (old:...