John Mee
John Mee
This use case is to access multiple repos from the same phone; which is different to sharing. But since you are interested in sharing... I have been successful, previously, in...
In Settings -> General, there is "Remember PGP Key Passphrase". Very first option shown. Do you have that turned on? I don't believe it holds more than one set of...
Confirming once again for all that the problem is the **format** of the key. The legacy pem public key format works whereas the default format of RFC4716 does not. Use...
Refering to this one: https://github.com/johnmee/codility/blob/master/ex-4-2-FrogRiverOne.py You're right. The algorithm mistakenly assumes that all the recorded leaves are between 0 and X. Can you submit a fix?
As much as I like the simplicity of stuffing a secret into the header of an https connection, and although I do not really know enough about it to _really_...
You're effectively asking for another filter on the transactions. But filter by which field exactly do you have in mind? There is no concrete attribute which identifies the other party....
Doesn't hurt to ask. I expect you'd do better to 'get' all your transactions then filter and post-process them locally. Maybe [zq](https://zed.brimdata.io/docs/tutorials/zq/) or [jq](https://stedolan.github.io/jq/) will be your friend.
Sorry. Me again. It occurs to me that this could be framed as a feature request, not for another Transaction 'filter', but a Transaction 'Search': ie 'Find all transactions with...
I'll take whatever "balance" you have. Is the current "available balance" all you keep?
My other bank deals with this "whats my current balance" question by recording the transactions with the settlement timestamp. They include a timestamp of when the transaction actually took place...