mimir-d

Results 43 comments of 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)...

youre also missing the `--sign-off` in your commits; so the DCO check fails

and as more guidance, please have a look here re. commit messages https://cbea.ms/git-commit/ the minimal should be 1. a title, 2. some context message and what was done

reopening; there's more changes to do in docs, so im keeping this for tracking. thanks @vjt for the fixes so far