Ecosyste.ms: Timeline

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

LukeHagar

LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • adjusting ts version for Generic error c9457a4

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • adjusting lib for Generic error a0c54ab

View on GitHub

LukeHagar opened a pull request on unjs/crossws
Investigating CI/Lint type issues
<!-- PLEASE DO THIS BEFORE SUBMITTING A PR 1) Make sure there is an issue covering the problem or idea first. If not, please create one. Reference it in the PR via "resolves #12312312" 2) Ple...
LukeHagar pushed 1 commit to type-issues LukeHagar/crossws
  • attempting to resolve type issues 73d12d3

View on GitHub

LukeHagar pushed 1 commit to type-issues LukeHagar/crossws
  • attempting to resolve type issues f4bf13c

View on GitHub

LukeHagar created a branch on LukeHagar/crossws

type-issues - 🔌 Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers.

LukeHagar pushed 4 commits to main LukeHagar/crossws
  • chore(deps): update all non-major dependencies (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... fdba8ed
  • feat: allow throwing error with `.response` prop in `upgrade` (#113) Co-authored-by: Pooya Parsa <[email protected]> 3bb5269
  • chore(release): v0.3.3 d917f3a
  • chore(deps): update all non-major dependencies (#114) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... bc55c97

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 starred bitfield/script
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

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • correcting lockfile issues f70aea1

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
  • Update documentation/docs/25-build-and-deploy/99-writing-adapters.md Co-authored-by: Ben McCann <322311+benmccann@us... de37505

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

View on GitHub

LukeHagar pushed 173 commits to crossws LukeHagar/kit
  • fix: disregard presence/absence of trailing slash in prerendered redirect (#12966) * fix: disregard presence/absence... 030a099
  • Version Packages (#12965) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> be39f06
  • chore: move migrate package to CLI repo (#12971) 598129a
  • chore: remove marked test (#12982) b24d37e
  • docs: remove outdated svelte-hmr FAQ (#12988) d94a854
  • chore: update playground and add an endpoint (#12983) c717db9
  • fix: csp nonce in `script-src-elem`, `style-src-attr` and `style-src-elem` when using unsafe-inline (#11613) * add n... 6df00fc
  • chore: setup pkg.pr.new (#12977) 7b5c98d
  • docs: fix title for the code block (#12991) * . * this is better? * similar changes to other files * Update... 7a17bd2
  • fix: support custom servers using HTTP/2 in production (#12989) Co-authored-by: Chew Tee Ming <chew.tee.ming@nindate... 0bd4426
  • docs: block controls visible #815 (#12969) * chore: block controls visible #815 * chore: reverted ff86b70
  • chore(deps): update pnpm to v9.13.0 (#12994) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.git... 98de316
  • Version Packages (#12992) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 435984b
  • docs: update vitePreprocess section for Svelte 5 (#13011) 143dbf9
  • fix: handle empty Headers when serialising Request passed to fetch (#13023) 570562b
  • chore(deps): update pnpm to v9.13.2 (#13001) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.git... 94c45b9
  • docs: use svelte 5 syntax (#13030) * docs: use svelte 5 syntax * apply change to other pages too --------- ... 239fe18
  • fix: use default cookie decoder (#13037) Co-authored-by: Simon H <[email protected]> Co-a... 1358ccc
  • chore(deps): update pnpm to v9.14.2 (#13029) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.git... a3ef25f
  • chore: support building with Node 22 (#13043) Also adjust the validation logic to not care at all when building on V... 20df748
  • and 153 more ...

View on GitHub

LukeHagar created a comment on a pull request on sveltejs/kit
@benmccann @dummdidumm @eltigerchino I think things are rapidly approaching done here, I would really appreciate if someone could lead the charge in getting any additional eyes on this needed, addi...

View on GitHub

LukeHagar pushed 1 commit to crossws LukeHagar/kit
  • normalize on error and the response prop 192840a

View on GitHub

LukeHagar created a comment on a pull request on unjs/crossws
After publish I'll update the dep in the kit PR and test locally

View on GitHub

LukeHagar created a comment on a pull request on unjs/crossws
Seems fine to me!

View on GitHub

LukeHagar created a review comment on a pull request on sveltejs/kit
@pi0 Here is a PR with a possible solution, would love to get your eyes on it https://github.com/unjs/crossws/pull/113

View on GitHub

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

View on GitHub

LukeHagar opened a pull request on unjs/crossws
feat: proposing possible throw type solution
<!-- PLEASE DO THIS BEFORE SUBMITTING A PR 1) Make sure there is an issue covering the problem or idea first. If not, please create one. Reference it in the PR via "resolves #12312312" 2) Ple...
LukeHagar created a branch on LukeHagar/crossws

throw-types - 🔌 Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers.

LukeHagar created a review comment on a pull request on sveltejs/kit
rebase will need to happen for sure, I'll get that process started.

View on GitHub

Load more