Sergey Rubanov

Results 240 comments of Sergey Rubanov

@julienmachon all of browsers support ReadableStreams in streaming response body so it should be enough for most cases. Unfortunately I don't have any examples with fetch streaming right now, I...

With new Chromium-based Edge browser release we will have SSE support in all major browsers

I think that if we want to add JS module, we can do better and pre-generate a flat CJS/ESM modules without the need to require and parse JSON.

Oh, I somehow missed the discussion. I remember that we've tried to add automated publish, but something went wrong. I will try to find time to add it next week....

@wesleytodd I would love to hand it off to the Node project!

That's great! I've also updated the data and published a new version.

TODO: make Vite's dev server ignore `socket:*` external deps

Dev server issue is partially blocked by Vite externals issue

Works fine with Vite 5.0 ------ Dev server externals issue https://github.com/vitejs/vite/issues/6582

This should be a high-priority and be released along with a new version of Socket. what we need is: - `create vite` to install a template - `ssc init` -...