fhoekstra
fhoekstra
How about this? * If there is only 1 GPU present on a host, remove the `GPU_0__` prefix `GPU_0__Nvidia RTX 3080` -> `Nvidia RTX 3080` * If there are multiple...
That's a great solution! I'll implement it as soon as I can make the time (been busy with a move).
Thanks for your help @wittypluck ! @joostlek I am sorry for tagging you and for not updating the status of this PR appropriately in the last months but now it...
Thanks @joostlek for spotting those issues. I removed and regenerated the snapshots and it turned out to be necessary.
Just did the same, also installed `libswresample-dev` instead. If you are reading this later and see that by then, I have done a successful PR for home-assistant/core, ask me to...
Thanks for reporting this bug! It seems like it's a 32-bit limitation with the PowerShell ProcessorAffinity property that I use. I have not been able to find a fix. We...
Oh and I forgot to say but I only have 6 cores, 12 threads so I can't test this. Let me know if this doesn't work the way I thought...
Thanks, off by one indeed, fixed it now
Added that "missing" case in b070528, by calling pytest.raises with a tuple of assertions.