jcalfee

Results 127 comments of jcalfee

https://en.bitcoin.it/wiki/List_of_address_prefixes Bitcoin-js is ignoring the version byte: https://github.com/bitcoinjs/bitcoinjs-lib/blob/e42c497a3c9afe67c86ba0a602b5a0e9bd66e604/src/eckey.js#L32-L33

> Most common question. We have some slightly better error messages on the release/0.4.2. I'm using the latest version and still get the same error. > At the root you...

I already tried the `-F` above (fetch). Why does force push not disable this check? ("Local repository does not contain de7e6f8") ``` $ git subrepo push $repo -r "$origin" --force...

What SHA do I use for the parent? Is SHA easier to get from the client or the server? Maybe I should git log on the subrepo folder to find...

Work around? I rebased the master branch and I can push one subrepo, but 3 other nested subrepo's under that one all fail with this error. All subrepos are in...

Possibly related https://github.com/ScaleLeap/pg-format/issues/5

Great question, I was wondering how I would narrow this down. I have something like a mono-repo where I point vscode to the root and vscode is smart enough to...

I point to one folder with projects where just over 10 have a tsconfig.json file. It is definitely hit or miss and the bug would even appear and disappear. The...

I noticed that the sets of ``s got out of sync when one set of checkboxes with "name" was hidden via an Accordion and the other set with the same...