Sainan
Sainan
Well, I figured the upstream PR was blocked due to the incongruence it would introduce, hence this PR.
Yes, I say it's accepted due to the fact that it's not a compiler error. I thought it should probably be resolved one way or the other as this could...
I guess another possible fix would be to throw a runtime error if a promise is given. That would still be preferable to such a silent failure.
I seem to have just experienced a similar issue where after a hibernation, my Bun process was still running, but no longer accepting requests on the bound ports?
No, the ports seem to be open, but it's not processing the requests?
I second this; tho more generally: `*.dweb.link` should be redirected to `*.localhost:8080`
@antfu Is there any chance this could be merged so the version available on NPM doesn't require nasty patching of the `node_modules` folder to be usable? I know this is...
Seems to be an issue again without enabling HLS, e.g. `https://www.youtube.com/watch?v=0b_1GADtPnQ` can't get past 30-40 minutes.
I think at this point the PR is good for review so I at least know if this is the right direction and if I understood the project structure correctly....
Although the initial plan here was some syntax sugar, I think `callonce` pretty much does everything you'd want from static init, so not sure if this is still needed at...