Aaron de Mello

Results 6 issues of Aaron de Mello

**Describe the bug** If you are on a `404` page handled by Sapper and your code (e.g. in the `_layout.svelte` file) updates the `session` store, you'll notice a `TypeError` in...

**Describe the bug** A clear and concise description of what the bug is. **Logs** N/A **To Reproduce** https://github.com/AaronDDM/sapper-store-update-bug/blob/main/src/routes/index.svelte ``` import { stores } from "@sapper/app"; const { session, page }...

# What did you do? - Added Notetaker API support # License I confirm that this contribution is made under the terms of the MIT license and that I have...

# License I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of...

This PR migrates the test suite from Jest to Vitest and integrates Cloudflare Workers (Miniflare) testing into the CI pipeline. **Key Changes:** * **Replaced Jest with Vitest:** All Jest dependencies...

Investigated GitHub issue #673 regarding URL encoding. The investigation concluded that the issue is not a legitimate bug in the current SDK, as the `setQueryStrings` method correctly handles URL encoding....