Highlights
- Pro
- 117 discussions answered
Pinned
2,325 contributions in the last year
Less
More
Contribution activity
August 2021
Created 110 commits in 3 repositories
Created 5 repositories
- FredKSchott/shiki TypeScript
- FredKSchott/codesandbox-importers TypeScript
- FredKSchott/tina-cloud-starter TypeScript
- FredKSchott/shopify-react-astro JavaScript
- FredKSchott/navillus-dev Astro
Created a pull request in snowpackjs/astro that received 30 comments
Do not observe visible hydrate components more than once
Changes
There was an issue on the docs site where two islands of the same component, hydrated with client:visible, caused the onVisible hook to obs…
+20
−10
•
30
comments
Opened 30 other pull requests in 4 repositories
snowpackjs/astro
2
open
23
merged
2
closed
- stop building, bundling, and transforming public/ files
- Add new <Code> component, to succeed <Prism>
- Add zod schema validation
- Add config options to control URL behavior
- fix issue with multiple getStaticPaths calls during build
- fix the "rtl" displayed search bar & language selector
- add a real-world check for ESM<>CJS named export support
- fix too strict "relative link" errors in docs website
- Create FUNDING.md
- Astro v0.19 release blog post
- docs: Update prerelease contributing docs
- Update Governance + Contributor Model
- DOC: Update astro comparisons
- Update CONTRIBUTING.md
- make routing fixes from discord feedback
- add docs and www smoke tests to github CI
- [CI] support new "latest" branch
- DOCS: minor typography changes
- Testing github action, safe to ignore
- testing a github action, safe to ignore
- testing a github action, safe to ignore
- Testing a github action, safe to ignore
- silence vercel comments in PR
- update release CI script to publish
- refactor bin entrypoint, add stackblitz support
- Some pull requests not shown.
shikijs/shiki
1
open
cassidoo/shopify-react-astro
1
merged
snowpackjs/snowpack
1
merged
Reviewed 35 pull requests in 2 repositories
snowpackjs/astro
34 pull requests
- Implementation of hoisted scripts
- Fix resolution of Astro.resolve in nested components
- Lazy load the youtube embed to boost homepage loading times
- Upgrade unified deps and improve unified plugins types
- Add zod schema validation
- Update getting-started.md
- add dev script, switch documentation from advising start to dev script
- Fix :global() scoping
- Update Governance + Contributor Model
- Fix docs typo
- Astro v0.19 release blog post
-
Add a
titleClosureto theHeadSEO.astrocomponent - Create FUNDING.md
- docs: Make contributing docs more beginner-oriented
-
[WIP] Update
examples/docs/to use new components - Fix body scoping
-
📘 DOC: Removefont-weight:400;from anchor links - Update CONTRIBUTING.md
- Fix left curly bracket formatting
- Adding favicon to examples
- DOCS: minor typography changes
- Clarify the L2 voting process
- Add support for Astro.* completion and Hover help
- Do not observe visible hydrate components more than once
- Ignore embedded image as page dependency during build
- Some pull request reviews not shown.
snowpackjs/snowpack
1 pull request
Created an issue in snowpackjs/astro that received 19 comments
💡 RFC: File-Based Routing /w Dynamic Paths
Try it out today: npm install astro@next--routing
Background
When we launched Astro, we implemented simple file-based routing for static pages.
W…
19
comments