Borewit
Borewit
I have the same issue with `Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:yarn`: Calling: ``` yarn run build-prod --https-proxy=http://proxy:8080 --proxy=proxy:8080 ``` Causing: ``` [ERROR] Unknown option: '--https-proxy' [ERROR] Unknown option: '--proxy' ```...
Maybe the arguments should be split it two: 1. Arguments passed to yarn, e.g. proxy 2. Arguments passed to script If the second one is required, please let me know.
[music-metadata](https://github.com/Borewit/music-metadata) supports promises (async / await) & TypeScript definitions out of the box.
[music-metadate](https://github.com/Borewit/music-metadata) supports TypeScript and can be used with async/await. Let me know if you need something else.
Thanks for your contribution! You can send files to GitHub user @xs4all.nl. Can you please rebase? I hope that triggers the GitHub action integration tests.
I think something went wrong on your side with rebasing (you need to force push after a rebase). I would not have helped because I failed to fix the CI...
So this PR is about adding starting time and timescale values. Can please convert the issues to [actual issues](https://github.com/Borewit/music-metadata/issues/new/choose) @jigzahoy?
> Clearly it is my first time to do a PR 😅. You are doing just fine. Nice work. Regarding the timeScale. I suspect there is reason for both. If...
I don't think this error is related to music-metadata. Try another file operation with path, and see if that works. Otherwise move the file to a different location (e.g. `/tmp`...
> For posterity, I'll describe my solution to the problem. That gives a lot more context. > I ran more than 500 parseFiles at a time Please ensure you run...