Tim Möhlmann

Results 284 comments of Tim Möhlmann

Code coverage reports are not posted on PRs at all anymore now. Did something change @stebenz?

> do i get that correct, that the feature projections are only used for the authz part? in case the features are actually queries, that done by filtering the events...

I would like to have a discussion if templating is really the best approach here. As you mentioned yourself, managing translations will be difficult and hard to maintain. Why don't...

Doesn't seem to be a zitadel bug, but rather a platform of browser bug. I've set up a yubikey 5 NFC passkey with github and it doesn't show the option...

As we are convinced this is a problem with the Android OS or Chrome/ium browser, we will close this bug. We have verified passkeys with NFC and PIN work on...

This should be fixed in: https://github.com/zitadel/zitadel/pull/7610 for release 2.49 and is back-ported to 2.48.2. I will close this, let me know it there are still any issues.

@roquie the loglines you posted are 4 hours apart and probably do not have much to do with each other. For the first logline: We've recently improved the error reporting...

@maennchen thanks for the prompt answer. I believe I know enough to further debug the issue.

Small program to reproduce. Only able to trigger the same error with a high amount of `MaxOpenConnections` on the database. (Currently I set it to 1000) ```go package main import...