Tim Möhlmann
Tim Möhlmann
Hi, are you open for pull request? I've just started working with your project and I find that the Godoc can be improved in some points. I find myself flipping...
> @muhlemmer @kaiyou Do you think we should switch the docker-compose setup from `HOST_*` to `*_ADDRESS`? Yeah, we could start testing. It's just a matter of env setting, correct? (been...
Hi, I'm afraid that this is a 100% fetch-mail issue. We can't do much about it. Folders are non-recursive. Every folder should be hard-coded in the config or fetchmail command...
Hi, So the proposal I'm doing here is more front-end related. For instance, 2FA is quite easy to implement in Flask. So we want to relay webmail authentication to the...
@rafareyes7: I had the same issues. The problem seems to be with special character, like `(..)` of `$1`: ```` func TestMock(t *testing.T) { query := "insert into test_table (first, second)...
The fraction gets tossed away by Go, so `decimal` package only gets the `99` value: ``` fmt.Println(99.00) // 99 fmt.Println(99.00 == 99) // true ``` If you want to keep...
@adlerhurst. I've written https://github.com/muhlemmer/passwap which provides a unified API of different password hashing algorithms available in Go. I've already mentioned in our private chat if you guys want, we can...
Migration is done, the rest we discuss tomorrow. https://github.com/zitadel/passwap
I added @fforootd as backup admin just now
Updated epic to include passwap import and features.