v1rtl

Results 452 comments of v1rtl

@Zireael07 I think I'll try impementing it soon, but PRs are welcome too

I started working on it, there's one little problem in this part: https://github.com/talentlessguy/go-web-app/blob/569f025ce84dbea9e8d48f38a171b26bf11b1e9f/build.go#L18-L22 the command returns `exit status 1` even though no error output. Command in shell works fine, bu...

@paulmillr hi, I made it work in other Node.js packages, here's one of them: https://github.com/talentlessguy/es-accepts This is how it would look like: ```jsonc // package.json "main": "index.cjs", "module": "index.js", "types":...

@paulmillr `.cjs` is basically the same as `.js` with `require`, but when you use modules, Node.is will recommend to use `.js` for ESM and `.cjs` for CommonJS Another way is...

@calumk `@tinyhttp/static` has been deleted from the repo... probably I should also add a deprecation warning use `sirv` instead

I can help with russian translation :D will PR it soon

I am willing to help with NVIDIA and Intel GPUs testing. One problem is that I have a rather old dGPU card, so I can only test temperature sensors and...

@xxxserxxx going to test on my GPU asap! also I think it is better to move this thread to discussions, to quickly exchange results and reference bugs that occurred before

@xxxserxxx nevermind, just checked, it is team only

@xxxserxxx # Without config `gotop` crashes after launching with extensions: ``` ./gotop -X nvidia ``` it hangs for a sec with an empty stdout and then exits with "false" signal...