José Pablo Ramírez Vargas

Results 142 comments of José Pablo Ramírez Vargas

@intercepted16 thanks for the udpated PR, but please, don't continue unless @joshnuss says so. I just expressed my opinion in the form of a PR review. That's it. It is...

In my mind, the ideal solution is for Svelte to always log to an `ILogger` object. Consumers of the library could call a `setLogger()` function with their implementation of the...

Hey, @trueadm I have a question for you regarding $effect.root and its cleanup. Is the cleanup necessary even if the effects inside the root effect require no cleanup?

Interesting. I ask because I have been freely creating Svelte v5 stores using `$effect.root()` in the constructor of a base class without a single worry in my head. Is this...

I see. Thanks for stopping by. I made a table component that I wanted to include in your list of tables. It is for Svelte v5 only. Should I wait...

Maybe you're experiencing the Svelte language server not reacting to the file changes. In VS Code, after `pnpm install`, open the commands menu and search for the command "Svelte: Restart...

I need this too, to test Svelte v5 libraries.

I stumbled upon this myself. I'll explain my case. ## Recursive Component Example The following code works, even with the commented lines uncommented. ```html export type NodeItem = { id:...

Hello! My 2 cents is that `children` should not exist in the base types. Sometimes we write components that allow no children. I think the component should be explicit about...

Hello, @cburgmer. Newcomer here exploring the various options out there, and this one seems to be the most promising. However, the code's age hurts. Do you plan to maintain this...