Lluís Ulzurrun de Asanza Sàez
Lluís Ulzurrun de Asanza Sàez
I'm using min height to ensure that a percentage-driven height controller is usable on small devices (3.5"/4"). I use a 50% height controller to display some settings for a map...
Sure! I think tomorrow I might have time to do so.
I've just updated this branch to Swift 3.
Could you provide more information about the error? If the issue is in the `import` statement then it might be an issue related to the Node.js version you are using...
Can you correlate the stack trace with the original source code? Looks like webpack is merging everything into a single file and it hides the specific file that is passing...
Does `[email protected]` with a user-provided path to `ffprobe` solve this issue?
If you want the duration in milliseconds you can just multiply the duration in seconds by 1000, the duration returned is not rounded to seconds Does this solve your use...
Do you have a longer error message than that? Are you running the same Docker image locally?
It looks like the error is related to hostname resolution: > Failed to resolve hostname redirector.googlevideo.com When I try to check that URL out I get back an HTTP 403...
The `Failed to resolve hostname` doesn't seem to be related with the library. Are you sure the container is able to access that URL? You can try downloading them to...