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
1,909 contributions in the last year
Less
More
Contribution activity
April 2022
Created 44 commits in 3 repositories
Created 2 repositories
Created a pull request in sveltejs/kit that received 14 comments
Fix adapter-cloudflare-workers prerendering bug
This is #4467, brought up to date following #4276. Confirmed it fixes the repro linked in the original PR. I don't love that we've reintroduced arb…
+23
−9
•
14
comments
Opened 30 other pull requests in 1 repository
sveltejs/kit
4
open
25
merged
1
closed
- fix cross-document scroll bug (#4386)
- adapters shouldn't pass arbitrary options to esbuild
- ignore .turbo directory when building templates
- remove .npmrc and .prettierrc from new projects
- document generated tsconfig.json, move compilerOptions into user config
- account for documentation in site build inputs
- fix some turbo stuff
- remove action-deploy-docs
- Add JSDoc annotations to templates
- Web standards docs
- fix prettier config
- re-enable some skipped tests
- install turborepo
- apply set-cookie headers from page dependencies
- fix session subscription tracking
- remove credentials when creating request object
- clarify that handle is only called when the server receives a request
- skip client-side nav for <a sveltekit:reload>
- Demand better repros
- Deprioritise migration guide
- remove Vite static asset middleware
- document how to render nested error pages for 404s
- allow index files to use named layouts
- move MaybePromise from RequestHandlerOutput to RequestHandler return value
-
opt into
strict: trueintsconfig.jsonby default - Some pull requests not shown.
Reviewed 41 pull requests in 1 repository
sveltejs/kit
25 pull requests
-
[fix] Apply updated
stuff(and otherpageproperties) whenget_navigation_result_from_branchcalled - document generated tsconfig.json, move compilerOptions into user config
- Version Packages (next)
- ci: fix broken release workflow
- Fix adapter-cloudflare-workers prerendering bug
- refactor: use Module Worker pattern instead of Service Worker, add error handling
- [feat] custom load dependencies
- Add JSDoc annotations to templates
- [chore] clean up playwright-chromium root dependency
- Version Packages (next)
- feat: Merge ErrorLoad and Load, make Input and Output typings public
- [fix] type check exception handling on form action
- Add platform to root relative requests
- Version Packages (next)
- chore(deps): update dependency @types/cookie to ^0.5.0
- [chore] upgrade cookie library
- Revert change to render fallback when prerendering is disabled
- [docs] increase contrast in sidebar
- Version Packages (next)
- Version Packages (next)
-
Update and modernize
adapter-cloudflare-workers - [docs] replace backticks with angle brackets (as html entities)
- docs(endpoint): adding example regarding parsing url params
- Version Packages (next)
- ci: release action - add NPM_TOKEN to npmrc
- Some pull request reviews not shown.
Created an issue in sveltejs/kit that received 4 comments
Replace maxage in load with more detailed cache option
Describe the problem
Pages can return a maxage property from load which a) sets a Cache-Control header on the server response, and b) causes the re…
4
comments

