Tee Ming
Tee Ming
I'm not sure if a silent error is optimal here. Someone might want the data but forgot to add a `export const prerendered = true` to the file. We could...
There's some logic that's missing and might be important before the `handle` hook runs (mostly to do with populating the `event` object and whatever `before_handle` does). They're in the `respond`...
There are currently two pending issues which will cause the tests to fail until they are resolved: 1. https://github.com/unjs/crossws/issues/141 1. https://github.com/unjs/crossws/issues/139 Besides that, would love to get some feedback on...
> Why if i send the headers 'Sec-WebSocket-Protocol': 'test' exactly as the clients 'test' it disconects the client? it's the only bug i've got. > > every time i test...
> Now what is really important, and it's not letting me continue my testing is the need to extend my types to peer.context Can you expand on your use case...
> I'm missing two functionalities which I think would be a great addition. Please let me know if these are already there and I just missed them. > > 1....
> I tried the changes and they are working so far. Now that I have access to `RequestEvent` in the `upgrade` method, I can access `locals` and it is nicely...
> Any idea if supabase or vercel plan on supporting this out of the box? No, I don't think they will. Supabase has its own [realtime API](https://supabase.com/docs/guides/realtime) that connects to...
Please provide a minimal reproduction in the form of a repository
CC: @benmccann I'm not sure what the effects of exposing the preprocessor would mean for the enhanced-img package. What do you think would be best here?