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
2,115 contributions in the last year
Contribution activity
May 2022
Created 104 commits in 14 repositories
Created 6 repositories
- Rich-Harris/vc-deploy-test JavaScript
- Rich-Harris/sveltekit-shiki-endpoint-error JavaScript
- Rich-Harris/nft JavaScript
- Rich-Harris/vercel-nft-repro JavaScript
- Rich-Harris/vercel-adapter-bug-reproduction JavaScript
- Rich-Harris/vite-relative-base-repro JavaScript
Created a pull request in sveltejs/kit that received 9 comments
Node polyfills
This replaces @sveltejs/kit/install-fetch with @sveltejs/kit/node/polyfills, and adds crypto to the list of web APIs that are guaranteed to be pres…
+105
−91
•
9
comments
Opened 56 other pull requests in 7 repositories
sveltejs/kit
40
merged
4
closed
6
open
- Revert #5012
- Update dependencies
- Undici
- robustify error handling
- auto-configure adapter-static based on environment
- only recreate manifest when necessary
- Prefer (allowed) static assets to routes
- add note about setting node version
- update turbo
- Allow %-encoding in route filenames
-
Only serve
_app/immutablewith immutable cache headers - use free variable for native fetch
- base64-encode binary responses
- ensure correct case is used for static assets
- allow /favicon.ico to be a valid route
- add types to pkg.exports
-
use
crypto.randomUUID() -
don't warn about
window.fetchduring hydration -
Reset
urlbefore updating page store - tweak turbo config
-
replace
%svelte.body%etc with%sveltekit.body% -
rename
LoadInputtoLoadEvent - Root devdeps
- ignore packaging test fixtures
- ugh
- Some pull requests not shown.
sveltejs/svelte
1
open
sveltejs/sites
1
merged
sveltejs/vite-plugin-svelte
1
merged
sveltejs/svelte-hmr
1
merged
Rich-Harris/port-authority
1
merged
vercel/nft
1
merged
Reviewed 92 pull requests in 4 repositories
sveltejs/kit
25 pull requests
- Version Packages (next)
- allow symlinked assets
- Version Packages (next)
- recurse whole object
- [fix] remove hack breaking 'fetch' with Undici / CF Wrangler (#5109)
- robustify error handling
- [chore] provide Vite config via plugin
- Version Packages (next)
- only recreate manifest when necessary
- Version Packages (next)
- [chore] trigger sync and other setup from plugin
- [docs] add link to Netlify Edge Function docs
- fix: Generated types no longer permanently delete themselves
- Update dependency @vercel/nft to ^0.19.0
-
Update
enginesto specify that Node 16.7 is required -
Only serve
_app/immutablewith immutable cache headers - Version Packages (next)
- [chore] return config from server start methods
- add types to pkg.exports
- Version Packages (next)
- allow /favicon.ico to be a valid route
- ensure correct case is used for static assets
- Version Packages (next)
-
[chore] remove
cwdas a method parameter -
Fail prerendering if page attempts to access
sessioninload- fixes #3722 - Some pull request reviews not shown.
sveltejs/svelte
1 pull request
vercel/vercel
1 pull request
Rich-Harris/port-authority
1 pull request
Created an issue in sveltejs/kit that received 13 comments
Remove $page.stuff and allow load functions to run concurrently
Describe the problem
I've come to the view that stuff (as it's currently designed) is a mistake, because it forces nested routes to load serially a…
13
comments