Mark T. B. Carroll
Mark T. B. Carroll
I usually see exactly the same problem, with the exception that, just _sometimes_, I get COMMITTED from the link then the `get` test passes. Perhaps there's a timing issue?
Looks like this affects Android Studio too: ``` Error:com.android.builder.dexing.DexArchiveBuilderException: Error while dexing gnu/getopt/GetoptDemo.class Error:com.android.dx.cf.iface.ParseException: class name (GetoptDemo) does not match path (gnu/getopt/GetoptDemo.class) ```
This is a simplified version of code that is working for me to decrypt a message and check its signature: ```rust fn decrypt_and_verify( sender_key: &SignedPublicKey, receiver_key: &SignedSecretKey, receiver_passphrase: Option, ciphertext:...
Try `cargo install sqlx-cli`.
Might also be worth a server issue to make lossless compression available.
It's worth noting that other Sawtooth CLI like `sawset` is missing some of these, could be worth looking beyond just `sawtooth` in unifying.
My main suggestion is we don't adopt, say, "11 PM PT" because the jumble of two-capital-letters gets hard to parse at a glance. Not sure if "11 pm PT" or...
Perhaps we can reach a happy consensus with the former. Let's see what others think.
Also v60.5.1 seems to be current.
I have see the upstream `jabber.py` (changelog last entry is 2013-09-30 for v1.6) start to sit on the CPU and stay there. It works fine for a while first. I...