Christophe S

Results 16 comments of Christophe S

On a side note. There are two more properties/attributes that eventually could be supported. (Although `capture` I'd probably not include) ```ts export let capture: 'user' | 'environment' | null =...

But like you mentioned. With drop you can't rely on any validation for e.g. for `accept`. So you needed to manually do that - or let the actual app handle...

Hi @Vig2OOO, thanks for the interest in this project and your suggestions. These would indeed be valuable improvements. If you need those things now, I suggest to have a look...

Hi @omaru-ok - thank you for your interest in this project. A CLI tool would indeed be a great addition. I haven't looked into it, but this could probably get...

Hi @philbesh, thanks for your interest in the project. I was planning to add Docker, but didn't have time yet. Not sure when I get to it - feel free...

Basic docker support added https://github.com/stophecom/sharrr-svelte/pull/129 Missing for "full self-hosting" in Docker: - Add alternative for Planetscale (Mysql) - Add alternative for AWS S3 Storage