Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

LukeHagar

LukeHagar starred w3cj/bsky-widget
LukeHagar starred golang/time
LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • cleaning up previous implementation c86e4e9

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • removed some log statements c3a0bf7

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • Formatting and fix a test aa69e1c

View on GitHub

LukeHagar created a comment on a pull request on sveltejs/kit
Closing in favor of new PR #12973

View on GitHub

LukeHagar closed a draft pull request on sveltejs/kit
Native support for Websockets
This PR is intended to add a path forward to natively support Websockets and similar protocols directly in SvelteKit by implementing an `UPGRADE` handler to be used similarly to existing `GET`, `PO...
LukeHagar opened a pull request on sveltejs/kit
Native support for Websockets
This PR is a replacement to #12961 with a completely different Websocket implementation using `crossws` that should be fully compatible with all major runtimes. Functionality has been validated...
LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • Migrated from hooks to server.js export named socket, validated functionality for different handlers at different URL... b69b2e0

View on GitHub

LukeHagar starred steel-dev/steel-browser
LukeHagar created a comment on a pull request on sveltejs/kit
Yes the current approach I am working on with crossws would I believe have the adapter import occurring at the SK adapter level. Allowing for the same approach.

View on GitHub

LukeHagar created a comment on a pull request on sveltejs/kit
Seems like implementing things this way instead would still be pretty straightforward, we would just need to change the root usage to be the shape crossws uses for routing, and do some work in the ...

View on GitHub

LukeHagar created a comment on a pull request on sveltejs/kit
I take it back you can do different paths using [this feature](https://crossws.unjs.io/guide/resolver) of crossws

View on GitHub

LukeHagar created a comment on a pull request on sveltejs/kit
[Here is an example](https://github.com/sveltejs/kit/compare/main...LukeHagar:kit:crossws) of the above discussed solution. This solution has some very specific differences which should be consi...

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • example crossws implementation with `hooks.server.js` websocketHooks export d0b7f09

View on GitHub

LukeHagar created a comment on a pull request on sveltejs/kit
Hey @Rich-Harris, We are also discussing in the Svelte Discord [here](https://discord.com/channels/457912077277855764/750401468569354431/1303766381774241883). What do you think about exposin...

View on GitHub

LukeHagar pushed 10 commits to crossws LukeHagar/kit
  • use pull_request_target (#12949) 557897a
  • fix: warn on invalid cookie name characters (#12806) 951224d
  • fix: set no-op proxy config to get Vite HTTPS working (#12907) c80b1d8
  • Version Packages (#12952) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 425a005
  • chore: run CI tests on Node 22 (#12954) 9d0230e
  • fix: update broken links in JSDoc (#12960) * fix: update broken links in JSDoc * bump * I WILL STAB YOU 70246e6
  • Version Packages (#12962) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 92e129e
  • fix: update links in JSDoc (#12963) 5670357
  • Version Packages (#12964) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> fc27361
  • feat: add action failure helper (#12878) closes #12611 Exposes a helper method to check if a variable is an insta... 92b2686

View on GitHub

LukeHagar created a branch on LukeHagar/kit

crossws - web development, streamlined

LukeHagar created a review on a pull request on sveltejs/kit

View on GitHub

LukeHagar starred biomejs/biome
LukeHagar starred digitalocean/openapi
LukeHagar created a review comment on a pull request on sveltejs/kit
I have't had any luck getting this to work locally

View on GitHub

LukeHagar created a review on a pull request on sveltejs/kit

View on GitHub

LukeHagar created a review comment on a pull request on sveltejs/kit
It looks like Socket.IO may actually support the same interface https://github.com/socketio/socket.io/blob/91e1c8b3584054db6072046404a24e79a17c1367/packages/engine.io/README.md?plain=1#L40-L58

View on GitHub

LukeHagar created a review on a pull request on sveltejs/kit

View on GitHub

LukeHagar created a review comment on a pull request on sveltejs/kit
I would love maintainer/community input here, its definitely a fun issue to try and solve for everyone :P

View on GitHub

LukeHagar created a review on a pull request on sveltejs/kit

View on GitHub

LukeHagar created a review comment on a pull request on sveltejs/kit
There does appear to be some variance in the way the response is sent though, for example [Bun](https://bun.sh/docs/api/websockets#start-a-websocket-server) does not send a response, but [Deno](htt...

View on GitHub

Load more