Robin knaapen

Results 4 issues of Robin knaapen

I don't know why this is happening, but when using shade, my colorscheme seems to also be affected. Terminal: `Alacritty` NVIM version: `NVIM v0.6.1` ## With Shade enabled ![image](https://user-images.githubusercontent.com/11732935/148907876-b953395e-4850-4c21-87ee-89c5bad681d4.png) ##...

```bash golangci-lint version # golangci-lint has version 1.39.0 built from 9aea4aee on 2021-03-26T08:02:53Z ``` ```yml // .golangci.yml linters: disable-all: true enable: - unparam ``` ```Go // lower implements encoding.TextUnmarshaler to...

Support env override Example: ```bash $ env HTTP_PORT=8080 SERVER_PORT=9000 ``` ```Golang type S struct { Port int `env:"HTTP_PORT;SERVER_PORT"` // will contain 9000 } ```

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

bug