Highlights
- Pro
Block or Report
Block or report Rich-Harris
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,161 contributions in the last year
Less
More
Contribution activity
September 2022
Created 78 commits in 3 repositories
Created 1 repository
Created a pull request in sveltejs/kit that received 19 comments
simulate CORS errors in server-side fetch
closes #5074, by increasing the fidelity of the server-side fetch implementation passed to load. If a request is made for an external resource, and…
+74
−4
•
19
comments
Opened 46 other pull requests in 1 repository
sveltejs/kit
4
open
38
merged
4
closed
- Sverdle
- allow prerendered pages to link to non-prerenderable endpoints
- tweak xss tests
- throw an error if prerenderable routes are not prerendered
- chdir before attempting postinstall
-
rename
App.PageErrortoApp.Error - fix fetch type
- register service worker with relative URL
-
Ensure all excluded files in
_routes.jsonstart with / - run svelte-kit sync in all workspace directories
- see if this makes test less flaky
-
Fix
changed.paramstracking - oops
- only forward cookies for internal fetches -
- make URL property getters non-enumerable
- prevent caching of __data.js files
- bundle with rollup instead of esbuild
-
Decode HTML entities in
hrefattributes when crawling - create commonjs bundle with adapter-node, since esm output has issues
- cookie stuff
- clarify when fallback error page is rendered
- make action passed to enhance callback a URL
-
Respect
autofocusafter a client-side navigation or enhanced form submit - apply 304 logic after handle
-
change use:enhance signature to support
<button formaction> - Some pull requests not shown.
Reviewed 123 pull requests in 4 repositories
sveltejs/kit
25 pull requests
- Version Packages (next)
- [fix] unwrap promises for load returns on the client
- [chore] fix flaky test
- Version Packages (next)
- Version Packages (next)
- fix: (issue-6608) Add origin header to server-side fetch
- Version Packages (next)
- [fix] apply redirect/error logic for use:enhance
- [fix] update page status when applying action
- Version Packages (next)
- Version Packages (next)
- [docs] Added .htaccess for static on Apache
- Version Packages (next)
- run svelte-kit sync in all workspace directories
- Version Packages (next)
- feat: Cloudflare Pages _routes.json specification (#6441)
- see if this makes test less flaky
- [fix] allow missing routes folder
- export ValidationError interface
-
Fix
changed.paramstracking - Version Packages (next)
- Version Packages (next)
- Include ambient.d.ts files in adapter packages.
- [fix] tighten up navigation and invalidation logic
- add cookies.serialize function and always set headers/cookies
- Some pull request reviews not shown.
sveltejs/svelte-devtools
1 pull request
sveltejs/svelte
1 pull request
sveltejs/vite-plugin-svelte
1 pull request
Created an issue in sveltejs/kit that received 10 comments
Navigation types
Describe the problem
Relevant: #4447, #4383, #6498.
The navigating store value is a { from: URL, to: URL } object, which is also passed to beforeNa…
10
comments
Opened 9 other issues in 2 repositories
sveltejs/kit
2
open
6
closed
- Add documentation on how to deploy to GitHub Pages
-
App.PageErrorshould probably be renamedApp.Error -
replace
%sveltekit.message%with%sveltekit.error.message% -
use:enhanceshould work with<button formaction> -
Navigation and
use:enhanceshould applyautofocus -
navigating store contains from, to and typeis hella flaky -
More information in
Navigation -
Add a
cookiesinterface toRequestEventandLoadServerEvent
vercel/nft
1
open
Started 1 discussion in 1 repository
sveltejs/kit
sveltejs/kit





