Eric Christensen

Results 8 comments of Eric Christensen

I actually came up with a pretty good generic solution that allows for type compile time type checking. ```ts type oakHandler = ( ctx: oak.RouterContext ) => Promise | void;...

Try running `cargo update` in your source and try again; there was a dependency causing issues a couple weeks ago.

> @pheynnx I have 100% the exact same setup and issue running Debian on WSL2. A litle work around that makes it quicker to reload rather than having to kill...

This same behavior happens with module.css files as well. If I just place everything in a single top level imported .css file, then this isn't an issue.. but that defeates...

Also vite cssCodeSplit: false doesn't work. The css is compiled by vite down into a single file, but the generated .html files dont reference the .css file. So the site...

Are you using the latest released build? Or the latest canary build from actions?

> I'm also experiencing this issue after upgrading to Ubuntu 25.04. I've tried modifying the permissions for my config directory to allow anyone to modify, changed the PUID and PGID...

> Yep, gluetun or a different VPN container should work fine, I just wanted everything in one place to simplify the setup a bit. > > I found https://askubuntu.com/questions/1547783/apparmor-prevents-wireguard-from-starting, which...