doc-hex

Results 48 comments of doc-hex

Can we make this happen only when a release is tagged? We don't generally expect the tip of master to be reproducible.

comment about Banks and other junk websites with silly password requirements: - it's impossible to satisfy them all - there is no science to their requirements anyway - we are...

I want to show a detailed balance of an address. For unconfirmed amounts it was not possible to show the breakdown of which transactions contribute how much to the unconfirmed...

It seems like this is mostly done already. There is `config.j2` which is a Jinja2 template generating the Javascript needed. However, I'm having some integration problems with this. Firstly, the...

Yeah, it's not a simple problem. Maybe as a half-step, we could add more Jinja2 blocks to `config.j2` so each part can be overridden individually? Still it does looks like...

Ah, ok, thanks for this ... but... a list of example outputs from the various OpenSSL's out there might be more helpful. That could become a test case for next...

Yes, that's the best approach to the parsing. Still would be nice to have the test data tho.

- please make a whole new file in `./docs/` since the README is getting too big (then link to it) - I suggest working from the above makefile snippet, and...

Maybe this new feature belongs more as a property of private keys. So to use this new feature, you'd derive a new subclass of private key, rather than pass a...