Ronald Brinkerink
Ronald Brinkerink
I also got an error that directory imports are not supported. I changed the index.js and imported the types per file:
I can confirm this issue using a docker-compose file. I added `stdin_open: true` `tty: true` to the service but i don't get an interactive shell or bash. Probably not available...
Fair enough... i am not sure if i could, typescript is pretty new to me so that would be a project of multiple months im afraid....:-) Op do 9 mrt....
It looks like there is some status quo here. Azure AD also has been rebranded to Microsoft Entra Id and that has been adressed in the code already. I am...
@JibbityJobbity Thank you so much for rebasing, I will advocate for this change to be merged but I am having a little trouble getting it to work. I have a...
To really support svelte 5 a refactor of the code should be done I think. I think that svelte 5 components now are classes and not functions. So if for...
Thanks for the tip. Svelte 5.0.0 is released so we can use that for now. A refractor still is needed i think. How do you feel about that?