Marius Merschformann
Marius Merschformann
I gave it another restructure @sebastian-quintero . I combined the "dir" approach and "python" approach (was a terrible name) into one "file strategy" that has a directory based and a...
I am running into the same issue when installing on `linux/x86_64`. I ran in a `python:latest` docker container to make sure my local setup doesn't interfere: ```bash root@9d86480941a6:~# python --version...
Ah, I didn't even realize that. That makes sense. Curious why it tries to build instead of just failing for not finding a matching version. Either way, TIL. Next time...
That certainly sounds useful (the "multi-value options"). We'll discuss it on our side, as it cascades through a number of places that all need to support this. On the deterministic...
Yeah, determinism is a bit challenging, but I would have expected reproducibility for the harsh settings you have above. 🤔 Maybe we can quickly sync on this tomorrow as well....
> Hey [@merschformann](https://github.com/merschformann) any update on multi-value options? Hey @cnpryer ! We just shipped support for "flexible" options. I.e., you can now configure how options are passed to the binary...
Just experienced the bug with the windows version. Christian's workaround still 'solves' the problem. :)
> [!CAUTION] > This is WIP and can't be merged as it is incomplete and potentially not the solution to go with.
> This seems to be fixed in 2.7.0, in PR https://github.com/jellyfin/jellyfin-android/pull/1479 , so I don't think there's much point in reporting it for 2.6.x... We'll unfortunately have to wait for...