Mattias Wadman

Results 823 comments of Mattias Wadman

Found another bug i think, `"" | test("")` outputs false with jaq, was minified from `test("^\\s*$")` in the test parse code. I tried to debug the `matches` function but my...

> Hi @wader, amazing work! Thanks so much for it. Thank and same to you! also great that jqjq gets to be used for something useful! > > Doh, yes...

Hey, yes that would be nice to support. I've only briefly looked at it some years ago but then concluded that at least for some of the GPU and CUDA...

Now i remembered another possible issue: libs not linked with musl might be challenging.

@examedia-video-engineering Hello, i have no experience using them but if the software needed is open source, can be built with musl libc and be link statically it should be work....

👍 When working on something i usually take the Dockerfile and strip out everything unrelated and also strip away everything after building ffmpeg, this way the build state kept and...

> Related #480 > > Hey @wader 👋 > > This seems this really out of my league. I don't know what to do to even get this to compile...

Hey, interesting. First step i think would be to see if one can reproduce the problem with some ffmpeg linked with glibc, if so i would guess it's a ffmpeg...

Ok, could you try with alpines own ffmpeg which also has librav1e? ``` docker run --rm -ti -v "$PWD:$PWD" -w "$PWD" alpine:edge sh -c 'apk add ffmpeg && ffmpeg -i...

Ok than. Then i would try without librsvg, is also rust, there was some issue with dup symbols I didn't not manage to reproduce locally with some files. Are you...