David Jaša

Results 14 comments of David Jaša

Update: the permutation I missed is `rpm-ostree override reset --uninstall ipa-client`. I still think however that the issue is valid, there should be way out without removing the package and...

Alternative to #1089. Example use [is there](https://github.com/behave/behave/pull/1089#issuecomment-1459070368). The part that I don't really like is a usage of `-D`/`config.userdata`. In the parser however, I didn't see any generic infrastructure that...

Example use with few scenarios and `pytest` calling `behave --dry` to point out mistyped or incorrectly used steps as soon as possible, or to warn about unused steps: ``` $...

An alternative approach using `-D`/`userdata` and early returns from printing functions is in #1090.