Janek Bevendorff

Results 317 comments of Janek Bevendorff

My suspicion was correct, this is where non-BMP characters are cut in half: https://github.com/keepassxreboot/keepassxc/blob/develop/src/core/PasswordGenerator.cpp#L264 The same happens a few lines later in the list of excluded characters. To fix this,...

Are there any services implementing this?

I think we should just remove the setting and always display bullet points and the eye button.

We already show a fixed number of bullets regardless of how long the password actually is. If you follow that logic, you should do the same if the length is...

Well, then we should at least fix the button inconsistency.

> BTW, you can continue to build properly if you set the following environment variable before running cmake: `MACOSX_DEPLOYMENT_TARGET=10.14` This won't work for ARM builds. There it has to be...

App sandbox breaks browser integration, because there are no fitting entitlements for it.

All the ones I could find in the docs were either for specific default locations or required the user to explicitly select a path with the open file dialogue. If...

The minimum supported Qt version is always the one that comes with the lowest Ubuntu version for which we ship PPA packages.