Mikael Finstad

Results 1619 comments of Mikael Finstad

Not sure what you mean by that. When I trim a MOV video on my iPhone using the Photos app, it is losslessly trimmed, and its size is reduced. there...

need more info, i cannot reproduce. > * [x] This problem happens with all kinds of files that I try. For problem only with a particular file or type, [use...

> Yes, they won’t run because the we haven’t configured the environment variables for the bucket. you can spin up a minio container and then run the tests against it...

If only there was a way to limit concurrency in yarn. I tried - `networkConcurrency: 1` - `taskPoolConcurrency: 1` - `taskPoolMode: async` - `NODE_OPTIONS='--max-old-space-size=1000'` but yarn always seems to spawn...

can you reproduce this also with the normal `yarn dev:with-companion`? I'm not able to reproduce it. your code seems to contain a [lot of custom logic](https://github.com/qxprakash/uppy/blob/golden_retriever_debug/examples/uppy-bug/src/main.js), so is it possible...

I would like to see `execFile` have a promisified counterpart as well, because very often I need to provide dynamic arguments to a command, and in that case, `exec` can...

is there any way to discover which URL should be used, e.g. from a standardized meta endpoint or something like that?

Is the capabilities endpoint a fixed URL path shared by all providers, or does it also differ? If it differs, then i don’t see how we can use that to...

Ok cool! But the returned format of data is completely different for each provider it seems. That makes it hard to determine the URL from the response

does it also happen if you don't cut at all? just export from losslesscut without making any changes, or only when cutting? if it happens even without cutting, see #1027...