Marcos Rigoli

Results 3 issues of Marcos Rigoli

With latest versions of Svelte, this is a new requirement: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition This fixes #31 If "exports" is missing in `package.json`, it throws a warning: ``` WARNING: The following packages have...

I'm working on a module package that generates text files, and I'm appending the current module version to the generated files. This package helped me to deal with reading the...

## Bug report ### Current Behavior The Algolia service seems to be failing: ![Image](https://github.com/user-attachments/assets/6b58f9df-d995-44df-ba31-ccfac79e8015) The error details are: ```text { "message": "Invalid Application-ID or API key", "status": 403 } ```...