James
James
No, we ended up restructuring our code so that this library is not loaded by worker threads and is only used in the main thread. This was possible because it...
Hi @nicolasdao I am also hitting this problem. Do you think support for ES6 syntax is likely - not sure how much of a fundamental change this would involve? Thanks,...
https://github.com/skeletonlabs/skeleton/blob/a0653e8ffd9da9d6280c96bd9dc56a613818da0d/packages/skeleton-svelte/src/lib/components/FileUpload/FileUpload.svelte#L116 Just noticed the file size calc is missing a zero i.e. 1000 * 1000, my upload files were not looking very svelte ;)
Thanks Chris, apologies should have closed this ages ago after discussing on discord.
You should be able to make use of the onFileAccept or onFileChange event to get the list of uploaded files and then manually set Superforms, something like: ``` function fileAccept(e:...