Hugo Korte
Hugo Korte
I'd think [Testing Library](https://testing-library.com/docs/) will be beneficial for cross framework component testing because the sheer amount of frameworks they support. This will allow for a familliar testing API no matter...
IMO we need to rethink simple components like the slidetoggle that are purely representational. Wrapping in the component does nothing except maybe give a semantic name to what you're using,...
See: https://github.com/CloudCannon/pagefind/issues/327
> Thank you for the fast answer. As I explained in my issue, all my attempts to solve this through CSS have failed, which also involves giving the `sortable-chosen` class...
@Wetoria It's a solution but still forces you into using forceFallback which is not ideal, ideally you'd be able to have a custom cursor without using a different config
Yeah that sounds good, thanks! I don't know if you're one of the contributors but if you are thank you for this amazing piece of tech, it's mind blowing how...
Just a FYI @hankertrix I made a vite-plugin for pagefind that all handles this for you, you can simply install the plugin and use: ```ts // @ts-expect-error - Pagefind will...
Very glad to hear! I am currently updating it pretty often and polishing the API, be sure to be on the latest version since there were some bugs in the...
> I wonder if this could instead be solved by providing a better initial template? For instance doing this in the vite.config > > > > ```ts > > export...
Because you probably have more experience with runes and svelte than most people using svelte. Any minute of hassle will prevent people from doing what they want. Like I said...