Can Rau

Results 227 comments of Can Rau

Also the user agent string is [being deprecated](https://developer.chrome.com/blog/user-agent-reduction-deprecation-trial/) anyways so already getting more and more useless. Though [client hints](https://web.dev/migrate-to-ua-ch/#strategy:-static-server-side-header) might be a useful alternative.

Ok so seams like the custom `_404.tsx` only renders if there's no route file at all for the requested URL. Also, out of curiosity, as you're active in Remix, especially...

Great than I'll keep my eyes open 👀

@webdeb Why use `bundle` and not `compile`? Trying to "improve" my Dockerfile though both of those produce the same error, which I not get running the server using `deno run`...

Huh, just found https://github.com/denoland/deno/issues/12086 and it's "duplicate" https://github.com/denoland/deno/issues/12477 @webdeb I'm not directly using `Error` in my code, at least as far as I recall

Just got a new error when refactoring to have ```ts const dbCommand = new Command() .description("Database commands") .command("add ", dbAddCommand); ``` and in the main Command ```ts .command("db", dbCommand) ```...

Solves the former issue yes but I now get ``` error: TS2589 [ERROR]: Type instantiation is excessively deep and possibly infinite. const dbCommand = new Command() ``` which refers to...

Get the same error message 😣

I installed the bin via ``` go install github.com/joho/godotenv/cmd/godotenv ``` and then run my code via ``` godotenv go run ./cmd/serve/main.go ``` which reads `.env` from current dir, alternatively pass...

Not sure if you already implemented this already but I just used pngs without any issue and the result is better than in all major gif app from the play...