Patrick Pichler

Results 73 comments of Patrick Pichler

@sharkdp I like the idea with the test, but I'm not 100% sure how to add it. How would I set the environment variable needed at build time only for...

> I'd be okay with a CI-only test If i understand the `CICD.yml` correctly, I would need to build the application then twice, as otherwise a wrong `BAT_SYSTEM_CONFIG_PREFIX` would be...

> I hope there is no clash with the existing `#[ignore]`d unit tests Mhm I guess this will cause issues in the [Run ignored-by-default unit tests with new syntaxes and...

@sharkdp I've added some tests, plus made the required changes in the last commit :+1:

@sharkdp any update on this?

@sharkdp I've added the `CHANGELOG.md` entry, plus added a short description of the feature to the `README.md`

@sharkdp @Enselic any update on this? I looked once again into the warnings on running the system wide tests and I guess this is caused as code is shared between...

I've implemented a first draft of this. The prefix can be specified at compile time via an environment variable. If the variable is not set, a default is value is...

I hope this is fine :) Gopass works a bit different to pass, hence its own prompt provider :)

I would favor a script prompt! I had a quick look at how one could implement it, but given that I wanted a quick way of it working, I decided...