Patrick Pichler
Patrick Pichler
There is now support for a systemwide config file. The location of the system wide config file is `$(BAT_SYSTEM_CONFIG_PREFIX)/bat/config`. `$(BAT_SYSTEM_CONFIG_PREFIX)` has to be provided at compile time as an environment...
The `gopass` prompt works basically the same as the `pass` prompt, but it is calling the `gopass` specific command to retreive one otp token.
I'm using version `5.1.9` and noticed that if you open multiple subreddits/user pages at the same time, the app starts responding slow. What I also notice was, that when I...
While working on multiple java project which either used gradle or maven I noticed, that it would be awesome to configure the used testrunner via vim-projectionist. After thinking about it...
As of right now, it is only possible to generate both getters and setters. There are some situations where this is not really wanted.
As of right now, there are only integration tests working on the legacy config syntax. Since testing the new config syntax also makes a ton of sense, we should integration...
It is quite easy by copy and paste pull create configs which have properties that are not used. E.g. ```yaml dashboard: - name: "test" - testTicket: "hello" ``` ```json {...
As of right now, the new error report simply groups the errors by project/api/config and prints them. It is not really nice to look at. We should come up with...
## 📑 Description The config package is used as an abstraction above viper. It offers various methods for retrieving different settings, as well as persisting the configuration to disk in...
This commits allows you to define more complex token types, than just simple text tokens. This includes loading the token from an environment variable, or to run an arbitrary command....