Nicholas

Results 20 comments of 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: ![image](https://user-images.githubusercontent.com/3789764/178750710-4ff90c0b-f2d5-4a6b-b032-2638fedcbfcd.png)

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...

It would be nice if the package list also contained a short description of the package like it does on hackage ![image](https://user-images.githubusercontent.com/3789764/150215154-ee7d4c37-35b6-44ff-a524-35643825ce55.png) ![image](https://user-images.githubusercontent.com/3789764/150215204-cf1e721f-4eb5-4c12-a113-db0679e380f9.png)

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 ```