Achievements
Highlights
- Pro
Pinned
1,453 contributions in the last year
Less
More
Contribution activity
April 2021
Created 106 commits in 5 repositories
Created a pull request in sveltejs/kit that received 24 comments
check port before dev/start and expose network address
closes #688. This adds two things — firstly, it checks the port is available when you run dev or start, and prints a helpful message if not...
...…
+83
−13
•
24
comments
Opened 54 other pull requests in 3 repositories
sveltejs/kit
1
open
47
merged
4
closed
- Typecheck tests
- Omit modulepreload links where appropriate
-
prevent
...restparams from swallowing characters - Workaround cloudflare bugs
- convert body to string unless octet-stream
- attempt to debug
- uppercase method in template
- Remove node-isms from SvelteKit runtime
- Cloudflare stuff
- Expose rawBody
- write serverless function to correct place
- add .ignore file to templates, so we can include e.g. netlify.toml
- always regenerate lockfile on push
- Adapter bundle
- move cookie and uuid to dependencies from devDependencies
- fix CSS on hero image
- remove large image from repo
- include dotfiles when creating new project
- remove realworld example in favour of sveltejs/realworld
- remove filesystem subpackage
- Better error logging
- Layout resets
- make sveltekit:prefetch a noop if no href
- Unpin vite-plugin-svelte
- add adapter-cloudflare-workers to docs
- Some pull requests not shown.
Rich-Harris/yootils
1
merged
sveltejs/api.svelte.dev
1
merged
Reviewed 12 pull requests in 2 repositories
sveltejs/kit 10 pull requests
sveltejs/api.svelte.dev 2 pull requests
Created an issue in sveltejs/kit that received 12 comments
Method overrides
I could have sworn we'd already talked about this at some point, but I guess not. Is your feature request related to a problem? Please describe. Be…
12
comments
Opened 16 other issues in 4 repositories
sveltejs/kit
8
closed
4
open
-
modulepreload links are generated even if
routerandhydrateare both false -
run
git initetc automatically when new project is created? - adapters now require node-fetch to be a dependency of the app
- Only lint changed files
- response.body should be optional
- Prerendering bails if files already exist
- Simplify create-svelte
- More informative error messages in prerendering
- Automatically add Svelte component libraries to ssr.noExternal
- CSS sourcemaps are missing
- Extend public/private detection to endpoints
- Data is still inlined with hydrate=false