Cris Ward
Cris Ward
I can see how styling could be effected by this. Will check with my own usage to see what happens.
BTW looks like it could be just as easy to use scrollTop instead. https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTop
I'm using https://github.com/arcage/crystal-email to auth with tls. Seems to work. Perhaps bringing the libs together somehow could help?
Crystal email doesn't support HTML emails, and smtp.cr doesn't support attachments or tls. It'd be nice if we had one library with all the features.
We're using a pre-compiled runtime with svelte 4 so we can selectively load components at runtime. I need to update it to work with svelte 5. Originally I created a...
Not sure if you've got around to fixing this. But one workaround is to use npm overrides. More info here - https://medium.com/microsoftazure/how-to-fix-your-security-vulnerabilities-with-npm-override-c4b5be0ab4f6 For page.js the following should work ( you...
Also seeing this on svelte 5.42.2 - are there any versions of svelte 5 where this has been addresses as we've only spotted this very late in an upgrade. If...
Not sure if this is related, but I seemed to have 2 things which cause these infinite loops. * Setting a value back onto itself in a reactive state eg...