Adrian Frühwirth

Results 9 issues of Adrian Frühwirth

In case of zero configured tunnels `$oid_ipsectuntableroot` does not exist which resulted in the script exiting with ``` UNKNOWN: session get table failed for .1.3.6.1.4.1.12356.101.12.2.2.1.1 ``` Expected: ``` OK: foo...

Could we have `pick` by default not generate a patch if it would result in an empty patch? E.g. ``` $ stg pick another-branch [...] $ stg pick another-branch -...

Assume we have ``A---B---C1---C2---D---E`` where `{A,B,D,E}` are completely unrelated to one another and `C2` builds on top of `C1`. While working on `E` we understand that `C1` introduced a bug...

Maybe this is somewhat the purpose of `hide` and I just don't understand how `hide` works or what its purpose is/how to use it (why does it leave the hidden...

Is it possible to launch a wrapper with command line arguments and pass them on to the wrapped exe? One scenario is that I'd like to launch Steam normally via...

enhancement