Pablo Berganza

Results 80 comments of Pablo Berganza

Ah. That might be an oversight on my part eventually as well. I guess this means `tool` packages also require `window` or `document`. This means that I should allow for...

Hey! This package was made as a way to integrate EditorJS with a personal project of mine. Sadly I actually didn't get to build said project so I have not...

@Creativty, you would add tools the same way you'd add them if you were using EditorJS with Vanilla JS. The `createEditor` function accepts the [same configuration object as EditorJS](https://github.com/codex-team/editor.js/blob/master/types/configs/editor-config.d.ts). Are...

Apologies for the delay! Would it be possible for you to update the README and/or the site along this PR? I can do it afterwards if you don't have the...

Thanks for using this library! I've sadly not used Svelte for the past year or so :( been working with Vue so I haven't looked that much into how runes...

@calvo-jp I've merged and published your PR. I've checked the new docs and I see even `` are now replaced by snippets so `reporter-svelte` will eventually need an update as...

In Svelte 5 destructuring this is not possible since it would lose reactivity. The value of the property is computed on destructure rather than on access.

I haven't dug that much into how runes work but I'm quite surprised that works :p [seems to be expected behaviour, though?](https://github.com/sveltejs/svelte/issues/11441) I see some pitfalls mentioned with doing it...

Apologies for the delay! Is this still happening to you? If I remember correctly, newer versions of Svelte use `SvelteComponent` instead of `SvelteComponentTyped`. Does it still happen with more recent...

Hello! I've read through this thread and you're right. This year I've barely had time to open my computer after work and when I have some time I'm focusing mostly...