Jonathan White

Results 1786 comments of Jonathan White

> The prompt should be stderr as well. --quiet should suppress everything Even errors?

That is a decent idea, I'll see what I can do here.

You shouldn't need to do all this, that is built in CMake capability. I believe you have an error in that you should not be setting CMAKE_SYSTEM_VERSION to the WinSDK...

Ahhh so you aren't running this in a vs devcmd environment? You need to do that instead of hacking in cmake. See our release tool for example: https://github.com/keepassxreboot/keepassxc/blob/967dc5937f1f69e601f7aecbc600ef9027cc5043/release-tool.py#L295

You can build in MinGW as well. Unfortunately, to gain advantage of the windows SDK you basically need to incorporate visual studio somewhere. I think your PR is fine. I...

With the unsigned share you can simply create a database and use as normal. This works great 👍. An option at the end of create a database wizard to "sign...

Yes, the export feature is a bit misleading because its more like "overwrite". Some may think it is export and merge.

I don't think that, per say, but other people may. You are saying "The things I put in this share will be moved to an external database" when you say...

Yes I agree this is a separate feature (I was abusing the "export" term). Let's keep this issue focused on how to better initiate a new share with an uninformed...

Can you explain the failure modes you suspect could occur? I use the "simple cloud sync" since I started KeePassXC and have never had an issue.