Splinteer
Splinteer
Just created a PR for this: https://github.com/vaheqelyan/svelte-grid/pull/145
> @Splinteer, thanks for creating this issue! 🙏🏼 Which SDK are you using? The [node SDK is required](https://appwrite.io/docs/products/auth/server-side-rendering#initialize-clients) for this. Hello, I'm using the latest version of the server SDK....
> @Splinteer, thanks for sharing your code. Would you please try to call createEmailPasswordSession() using the admin client instead of the session client? It was it, thanks for your help...
It could also be cool to have a proper type for the type property instead of using string and having a dictionnary of possible AppwriteException types like: ```ts export const...
Just find out I need to take account of the cursor position on the element. Resizable items still can be taller than the limit
This is now all fixed
Just found out another one, items go out of boundaries when they can't fit in
I think it's now supported: https://github.com/utopia-php/database?tab=readme-ov-file#supported-databases
Same probem for me. Edited the official demo to log change event on the select element but the function is never called: https://stackblitz.com/edit/preline-v2-angular-vomd3k?file=src%2Fapp%2Fcomponents%2Fselect-item%2Fselect-item.component.ts. Also tried to create a workaround adding...