Harold Carr

Results 13 issues of Harold Carr

``` Details: in test_protocoling.py / test_issuing 78 : credSubject is: {'d': '', 'i': 'EELPMtVeoAMwq-cEvyqQkPlVlHHj86nNxpb-77KcM3DZ', 'dt': '2021-06-27T21:26:21.233257+00:00', 'LEI': '254900OPPU84GM83MG36'} credSubject is given to saidify, the results assigned to: 84 : d...

something like this?: ``` (defun hc-browser-history () "Search browser history." (interactive) (let ((browser (let ((choices '("brave" "chrome"))) (message "%s" (ido-completing-read "which browser: " choices))))) (setq browser-hist-default-browser (intern browser)) (browser-hist-search))) ```

``` > git clone [email protected]:hyperledger/anoncreds-v2-rs.git Cloning into 'anoncreds-v2-rs'... ... > cd anoncreds-v2-rs > cargo test Updating crates.io index Updating git repository `https://github.com/cryptidtech/bulletproofs` Compiling proc-macro2 v1.0.86 ... Compiling bulletproofs v4.0.0 (https://github.com/cryptidtech/bulletproofs#7c5ffd38)...