Jonathan White

Results 1407 comments of Jonathan White

Maybe I'm misunderstanding how much actual data you have in that value field. Can you describe it more clearly?

Truncation is handled by Qt so this may be a Qt bug as well. What version of Qt are you running?

You can disable auto save after every change in the application settings. Or you can turn off pressing for your yubikey. Not a bad idea to have a desktop notification...

Make sure you have both import and export enabled in the KeeShare settings: ![image](https://user-images.githubusercontent.com/2809491/56459064-bbc67f80-635c-11e9-92c9-de997cd07494.png)

Ah, I did not even know this was the behavior. Perhaps there should be an option to "preserve share group structure" which would imply the behavior of enforcing a particular...

Which bugs are you talking about, please link to the issue reports.

I'm really not in favor of allowing two instances using the same shared database to impose different saving methods. The flatten/structure setting should be stored in the shared database file's...

That line just finds the components for later use when adding library links. For example, this is where those found components get added to a specific build chain: https://github.com/keepassxreboot/keepassxc/blob/develop/src/CMakeLists.txt#L340