tmrlvi
tmrlvi
This is a suggestion for new, powerful, mechanism in the wallet that allows building precise transactions based on relevant outpoints and payments. Since it gives full control over utxos and...
*Can we change `KEYBYTES_MIN` to be `0`?* This implementation does not support short keys (below 16 bytes). They are excluded by the following line https://github.com/mafintosh/blake2b-wasm/blob/7d8efa4f71d71983bc87983b25c6c9513fb9d1a0/index.js#L16 The [specification for Blake2b](https://www.rfc-editor.org/rfc/rfc7693) (and...
Fixing issue #9
When using `zenity` as backend, the following code fails to create a notification and hangs with the error message `Could not parse command from stdin`. ```julia using Alert alert("test") ```...
# Summary When a struct contains an optional field without a default value, an arbitrary value is assign (I suspect it is the uninitialized memory). # Possible solution I noticed...
Hi I have noticed a large slow down when using `@showprogress` (200x slowdown) The following code reproduces the issue (at least on my machine). I'm not sure if you are...