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,893 contributions in the last year
Less
More
Contribution activity
April 2022
Created 119 commits in 5 repositories
Created 4 repositories
- Rich-Harris/vite-ssr-hmr-repro JavaScript
- Rich-Harris/sveltekit-on-the-edge Svelte
- Rich-Harris/oscars-data Svelte
- Rich-Harris/sveltekit-cloudflare-cache-issue Svelte
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 55 other pull requests in 1 repository
sveltejs/kit
9
open
44
merged
2
closed
- explain how to make credentialled fetches in server-side code
- copy dotfiles from .svelte-kit/output
- clarify relative vs root-relative URLs
- clarify that base path can be the empty string
- remove built-in AMP support
- import generated types from .d.ts file -
- fix adapter-netlify
- never allow trailing slash for endpoints
-
make hydration resilient to hoisted
<script>elements - prerender all of kit.svelte.dev
- fix kit.svelte.dev
- ensure tmp dir is created
-
remove default
<meta name="description"> - remove unused target option
- ensure _redirects parent exists
- hardcode team name
- fix broken AdapterEntry type
- fix adapter-vercel
-
handle non-200 status codes from root
__layout.svelte - reset navigation store to null after aborted nav
-
Update
adapter-vercelto use new build output API -
add
--watchflag tosvelte-kit package - allow endpoints to be treated as prerender entry points
- always bundle devdependencies
- remove some unused code
- Some pull requests not shown.
Reviewed 60 pull requests in 1 repository
sveltejs/kit
25 pull requests
- throw error for recursive layout
- [chore] add Node 18 to CI
- Version Packages (next)
- Version Packages (next)
- Version Packages (next)
- feat: Upgrade page caching
- Update 03-layouts.md
- Version Packages (next)
- Version Packages (next)
- Version Packages (next)
- feat: add support for Netlify Edge Functions
- create-svelte: Make hooks file comply with TypeScript strictest mode
- chore(cloudflare): more restrictive cache conditions
- Version Packages (next)
- Update 04-loading.md
- [feat] invalidate with predicate
- Version Packages (next)
- [docs] Error pages - Load JSDoc type fix
- [chore] rename data-svelte to data-sveltekit
-
[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
- Some pull request reviews not shown.
Created an issue in sveltejs/kit that received 7 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…
7
comments