Merlijn Vos

Results 195 comments of Merlijn Vos

@arturi can you check whether the limit matters for this?

Hi, sorry your contribution went stale. Looking at this PR I'm not convinced about the current state to merge it. It seems like quite a lot of changes for something...

> may work if, with it, we can reconstruct the folder directory of a certain uploading/uploaded file. I can take a look at this but I have some other things...

I created a new issue for this, closing this PR.

Hi, couple of things going wrong here: - You import `Dashboard` twice, you should **not** `use` and `import` from `@uppy/dashboard` in React, only `@uppy/react`. - It seems you initialize Uppy...

I have never used the Zoom plugin. Perhaps @arturi knows more about it (together with #3684).

I'm not sure about windows but you should definitely be able to run it with [WSL](https://docs.microsoft.com/en-us/windows/wsl/).

Closing this but feel free to continue the discussion

This one was a bit harder than #3532. With the `Restricter` class, there was a clearer separation between logic and side-effects. This gets a bit more fuzzy with uploads because...