Martin Hoyer
Martin Hoyer
Here too..Nvidia Shield 2019 both latest stable and beta
> The easiest way to test this theory would be using a Hori Mini as the donor controller That's how the Drivehub works, no?
Hey @lyz-code, thanks for the reply! last time I checked there wasn't really any 'golden bullet' for yaml parsing in Python. Ruyaml being drop-in replacement to ruamel.yaml, maybe the switch...
100% understandable. I've also encountered some issues with ruamel.yaml. There is also [StrictYAML](https://hitchdev.com/strictyaml/) - what are your thoughts on using that?
lgtm, I'd just use f-strings, as testinfra requires Python>=3.9. I'm also interested in learning about review process here, looks like there is quite a number of PRs without a response.
@amaslenn Thanks for looking into it. Looking at run_local(), it would have to be passed here: ``` p = subprocess.Popen( cmd, shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, + timeout=timeout ) ``` The...
@amaslenn well, personally, I'm only using local for now, but I do realize that it would should be implemented in other backends, as mentioned in comment 0. If it's not...
I see, it's running ssh commands directly. You can just pass it to run_local there as well then.
@charliermarsh Sorry for necro'ing a closed issue - just want to mention that in my recent usage, UP032 did indeed left some `.format()`s, which are a bit more complex then...
Hi @ksga, sorry for the late reply. First, get a livesuit image from https://builder.dontvacuum.me/ (v6 conversion) Flashing it was super painful for me on my Fedora 38, but also other...