Rasmus Porsager
Rasmus Porsager
My time was the thing blocking it. I felt the fix was a code smell, and not getting to the bottom of the issue. Also why I wanted some way...
Nice work! Looks good! You don't need the changes in the generated folders (cf, cjs, deno) so could you discard those changes? Also perhaps rebase on your latest PR that...
Glad to hear - You might have an opinion on the naming for the binary specific subpackages. I went with a `@uws/` prefix, but we could easily leave out the...
Yeah, that's really neat :) Good idea!
It will still download the various abi versions, but that's still an improvement! I can make a quick sample setup for you to see
In my projects I'm just using this loader and a postinstall to only download a single binary, so that's an option too: ```js import fs from 'node:fs' import path from...
Ok - I've made 2 PRs ready [master branch changes](https://github.com/uNetworking/uWebSockets.js/pull/1125) and [binary branch changes](https://github.com/uNetworking/uWebSockets.js/pull/1126), and a sample release on my fork you can try out. ```sh npm i porsager/uWebSockets.js#v20.50.0 ```...
I'd appreciate it if we could switch to a lowercase zero!
It's great @akbarsahata , but can you please share some code? 😊
Do you think you can set up a failing test case ? (there's a limited amount of multi-host tests in the repo).