Jonas Geiler

Results 92 comments of Jonas Geiler

Thank you for the suggestions! The thing is: You should never use `async/await` in svelte's event handlers. This is a limitation that neither svelte or I have control over. Event...

So I've looked into your problem and unfortunately this is a tough one... Probably the biggest weakness of this library... The best way to solve this problem would probably be...

Any updates on this? I'd like to close this issue. Let me know if you need any help!

Would it be possible for you to send me a quick example of your problem on Svelte REPL?

Sorry, for the late reply, busy week... Anyways, it looks like the problem is that the function defined in `itemSize` doesn't get called when the window resizes. The `recomputeSizes(index)` method...

Hello again! Did I help solve your issue? I'd like to close this issue.

If this issue is still relevant: Could you provide me with a sample code on [Svelte REPL](https://svelte.dev/repl)? Would help me a lot!

Any updates on this? I'd like to close this issue

Would be very nice. If I would be able to disable auth completely I could throw Authelia in front of it

My fork tried to implement this: https://github.com/skayo/tsc-files It works for my PNPM projects, but I only tested it on Linux so there might still be problems. Not sure if I...