brianddk

Results 22 issues of brianddk

I noticed the [Windows documentation](https://www.veracrypt.fr/en/Command%20Line%20Usage.html) doesn't list `--stdin` as an option. I realize that some Windows GUI frameworks makes reading from `stdin` on a GUI app launch difficult. Perhaps this...

The [modtrezorio](https://github.com/trezor/trezor-firmware/blob/core/v2.4.3/core/embed/extmod/modtrezorio/ff.c) code appears to have [stubbed out references](https://github.com/trezor/trezor-firmware/blob/core/v2.4.3/core/embed/extmod/modtrezorio/ff.c#L1868) to GPT support, but appears incomplete. Currently the [find_volume](https://github.com/trezor/trezor-firmware/blob/core/v2.4.3/core/embed/extmod/modtrezorio/ff.c#L1903) function only supports MBR partition searching. It would be useful to add...

If I'm reading this right, the [`CoinInfo`](https://github.com/trezor/trezor-mcu/blob/b1725e7264aae72b0ad3c6f4e829f7fc48629a46/firmware/fsm_msg_coin.h#L94) object is being built from a static table defined a compile-time. What are the thoughts of allowing the `CoinInfo` object to be passed...

core
legacy
code
flash reduction

With the [Bitcoin-HWI](https://github.com/bitcoin-core/HWI) support maturing, it would be nice to get support for arbitrary scripts. P2SH and P2WSH have been fairly open ended in bitcoin-core for a while now. Arbitrary...

core
bitcoin
blocked

The fiat toggle fixed https://github.com/ACINQ/eclair-mobile/issues/10 is nice but it doesn't seem to extend to invoice creation. I realize the invoice will always be encoded in sats, but it would be...

When performing an account recovery in [v0.4.6](https://github.com/ACINQ/eclair-mobile/releases/tag/v0.4.6-MAINNET), eclair will halt and shutdown if it cannot get online. It would be preferable to allow Eclair to continue to run offline to...

When performing an account recovery in [v0.4.6](https://github.com/ACINQ/eclair-mobile/releases/tag/v0.4.6-MAINNET), will immediately close open channels without a valid channel backup. Although this behavior is understandable, it would be preferable to give the user...

When receiving payments, Eclair is usually able to keep its network ports open whether it is in the foreground, or in the background, so long as it isn't terminated. The...

The published weight of the Trezor-T is listed as 22g (0.77oz) and the Trezor-1 as 12g (0.42oz). When comparing these specifications to the actual devices bought from the Trezor directly...

There are notes in [CHANGES.txt](https://github.com/mhammond/pywin32/blob/b228/CHANGES.txt#L65) discussing work by @joankaradimov to make pywin32 buildable under MingGW/msys2 > Significant work by @joankaradimov in porting pywin32 so that it works in a MingGW/msys2...