Merlijn Vos

Results 319 comments of Merlijn Vos

Preact settings can be ignored, better to have it in shared: https://github.com/transloadit/uppy/pull/4923

Hi, this seems to be an issue specifically with integrating it into Next.js. Regarding your client-side code, you are integrating Uppy incorrectly. Uppy can **not** be directly declared inside a...

> Could I memoize it in the following way and take the same effect that you suggest with useState? You may get away with it if you dependencies never change...

@arturi @goto-bus-stop if one of you have historical knowledge on this that would be very welcome :)

> * If I understand correctly, we still upload each file's `meta` so if anyone wants to do something in their template specifically per file, they can use `{file.meta.width}` or...

@goto-bus-stop thanks for the quick response, that makes sense. I agree that meta fields should still be able to end up in Transloadit per file or we getting rid of...

> Per-file meta data could just be attached to the individual tus upload or the corresponding part in the multipart upload. Whether this is useful or helpful for users is...

> But we could consider such a potential feature in the current API design, so that the potential feature can easily be added in if we need it. Is that...

Fixed in https://github.com/transloadit/uppy/pull/5050

LGTM but CI is failing