Skip to content

Instantly share code, notes, and snippets.

@vicentematus
Last active February 22, 2024 21:45
Show Gist options
  • Save vicentematus/d89f23d0611581acb6d417bc88de6e0b to your computer and use it in GitHub Desktop.
Save vicentematus/d89f23d0611581acb6d417bc88de6e0b to your computer and use it in GitHub Desktop.
I started making open source contributions a few weeks ago to the Svelte / Svelte Kit repository. Here is a summary:

Open Source Contributions

Road to open source 🤖.

Pull requests

  • Proposed a way to fix a bug where the documentation on Svelte Kit site that whenever an user toggles Typescript or Javascript, the extensions of the files such as .js or .ts didnt update correctly. The way i propose to fix it was to modify how markdown parsed certain html elements. Check the PR. See the issue for more information.
  • Fix a wrong HTTP status when using cloudflare-workers adapter for Svelte Kit. Check the PR. See the issue.
  • Propose a way to resolve unexpected behaviour whenever the replacestate function is called, it push the history the store of Svelte instead of just updating it. Leading to unexpected behaviour. Check the issue.
  • Add documentation to implement the library Fontsource to Svelte. The library help self-host Google Fonts on NPM packages. Check the PR and see it live.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment