Mikael Finstad
Mikael Finstad
Not sure what's wrong but i created this issue so we don't forget https://uppy.io/docs/companion/#Development click CONTRIBUTING
This has caused many errors like «cannot read properies of undefined» in the wild. I think we should prevent events from being emitted after a file has been set to...
This test seems unstable. Could it be that it waits for a request after the request has finished? Needs some more research. https://github.com/transloadit/uppy/runs/6311593161?check_suite_focus=true ``` 1) Dashboard with Tus should emit...
I don't know if there are any other use-cases for this, but at least one use-case is: - When uploading files in Electron, if you have a file in the...
A pain point while working with companion is that the jest tests are not independent and they share state. This makes tests nondeterministic, flaky and sometimes makes changing one test...
Companion: If the user leaves the uppy upload (closes browser or cancels it), the download seems to keep on going forever until companion has downloaded the whole file to disk....
This possibly only happens when using companion (don't know how to trigger error for local uppy upload, e.g. camera or local file upload) ## Reproduce The bug can be reproduced...
As requested by @Murderlon it could be interesting to make a list of companion’s core technical functionalities to make it easier to understand companion. Then cross off if we have...
We could try to log all user actions with attached "Session IDs", so that when looking in the logs we can more easily follow the flow of what individual users...
I noticed while digging the companion code for something else, that this isn't supported. I think it's fairly common to redirect http to https, so this is something that should...