Raffael Campos

Results 21 comments of Raffael Campos

Sure! Right now I'm migrating an entire codebase from react to svelte, and after that I would like to contribute with something around svelte bindings or something about docs. Right...

I've being trying to create some kind of automatic updates on cache changes based on svelte stores. Here is the gist. https://gist.github.com/outerlook/09741edf2a109727395bf785e716e2fb I still don't understand well interceptors, cache updates...

@Eyas Without getting into too much details, as user, between both I expect the 2nd option. Tuple on generics, same on array and subtypes

Originally: > I am having symlink problems too using `vite-plugin-windicss`. > Everything works on dev, but building makes things on the package inside node_modules not being extracted Edit: figured the...

Remember to add `preserve: ['partytown']` to svelte preprocess options on `svelte.config.js` file. Doing so will tell svelte not to try to preprocess partytown scripts

To better define my environment if someone is getting the same behavior, I use: - AWS-CDK (so it builds actually with esbuild to upload the zip) - Node v14 The...

Thanks, @rosslavery ! A lot clearer to know there is WIP or even just not fully explored yet. Then I know I am not missing something obvious. :)

Sure! I will by the end of the day :)

Alright, I'll take a little more time 😬

It is a good idea to be able to customize somehow which extensions can be added? Like less used extensions `.astro`, `.svelte`. Or should it be compiled before this step?