Nicholas
Nicholas
> got it working with just jest/supertest/mongoose (removing mockgoose). Thanks for the help. > > ``` > let server; > > beforeAll(async (done) => { > await mongoose.connect('mongodb://localhost:27017/testdb'); > server...
> One thing to note: not all packages have main files and not all modules are guaranteed to be referenced by a package’s main file. > > This seems like...
I wrapped the AppImage in a nix package since I'm on NixOS. To be clear it's detecting my input devices correctly. I just don't have permission to use them for...
Yes, my microphone works in the browser I just have to give discord permission to use it first: 
Not sure if there is much to glean, but here is the output: ``` ➜ ~ ./result/bin/ArmCord-3.0.7 doneSetup: true performanceMode: performance ArmCord has been run before. Skipping setup. Performance mode...
I'm using pulseaudio
It would be nice if the package list also contained a short description of the package like it does on hackage  
Enabling my VPN fixes the issue so I'm guessing this is a DNS issue with https://jspm.dev
Yeah, changing the `"solid-js/web"` entry in the import map to `"https://jspm.dev/npm:solid-js/web"` works as a workaround.
I'm also running into this issue on Hyprland using `psst` version `unstable-2023-05-13`. System: `Linux 6.5.2, NixOS, 23.11 (Tapir), 23.11.20230911.3a2786e` ```fish $ echo "$GDK_BACKEND:$WAYLAND_DISPLAY:$XDG_RUNTIME_DIR" wayland:wayland-1:/run/user/1000 ```