Ilkka Huotari

Results 60 comments of Ilkka Huotari

> For complex form data you can have a look at my other library [`decode-formdata`](https://github.com/fabian-hiller/decode-formdata). This is great, this will do. But there is one thing - it doesn't seem...

See here :smile: https://stackblitz.com/edit/remix-run-remix-efdzbf?file=app%2Froutes%2F_index.tsx

You did something, which I also always do, leave console.log() in the production code. :+1: https://github.com/fabian-hiller/decode-formdata/blob/main/src/decode.ts#L82

I did some tests (https://github.com/ile/fetch-ws-test) to a server located in the same country. ``` Running 100 requests for each method, 2 times... Run 1: HTTP Fetch with Keep-Alive: Average: 18.980...

I was able to do a quick fix by not using `public-uri` for API calls, but `/api` instead.

I have done this: `sudo apt-get install libnvidia-egl-wayland1` as suggested here: https://askubuntu.com/questions/1514352/ubuntu-24-04-with-nvidia-driver-libegl-warning-egl-failed-to-create-dri2-scre glxinfo returns empty for EGL: ``` ile@ilepc:~$ glxinfo | grep "OpenGL version" OpenGL version string: 4.6.0 NVIDIA 570.133.07...

I'm sticking to 550 and using VSCodium with `codium --ozone-platform=wayland` and smooth scrolling enabled. I don't have any issues with this combo, but took long to figure out.

Ubuntu 24.10 fixed the situation. Also Ubuntu 25.04.

Would like to have this in the API. Also the same for pull requests (as well as for branches). The API could also return `prs` or `branches` the commit is...