Jonathan Reams
Jonathan Reams
@molind, what prompted this change? The server this PR is changing is currently only used for internal testing.
@molind , yeah, the server here isn't really usable as a self-hosted version. At this point it's really just a test harness - there's no binary associated with it and...
Should we expose the new Action enum to the C API? Also are there any tests we could write for this?
Can we add a test for this?
Has the server merged in their fixes for this? Looks like the test for this is still failing on a few variants.
Would an acceptable compromise be to allow users to manually trigger a client reset? So if they receive an error message that wouldn't automatically kick off a client reset they...
Well I think just making all error codes trigger a client reset is wrong. Some of these errors indicate that real invariants in the sync protocol have been violated and...
Does the callback return successfully or does just calling `wait_for_download_completion` return successfully and the callback never gets called? If the latter, I think this works as designed. Or at least...
I've noticed a number of items that show up as "Unnamed" and then are empty JSON documents on disk. I've added some code to skip over them and only display...
Do you have a stacktrace or a core dump or something I could look at? I just tried creating a test password item with a one-time password and it didn't...