Cris Ward

Results 66 comments of 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...