mimir-d
mimir-d
you'll need to sign off your commits @paulng87 (git commit --sign-off or rebase/amend). your username/email should be the same as the one you're pushing with (which should be the case...
i'd also like to see some testing proof that the changes work and produce expected output
on the input ```json { "duts": [ { "identifiers": { "address": "0000:00:15.3" }, "validate": { "vendor_id": 5549, "device_id": 1936, ``` i understand that vid/did are ints but who actually uses...
looks like you forced push to the branch after closing the PR, which makes for a desync in hashes. The PR expects the last hash it saw **f285809**, before reenabling...
> on the input > > ```json > { > "duts": [ > { > "identifiers": { > "address": "0000:00:15.3" > }, > "validate": { > "vendor_id": 5549, > "device_id":...
in case this helps anyone, I made a script for myself to restore backups to a different user. In short, what it does is: 1. install the apk (possibly split)...