pablomartin4btc

Results 123 comments of pablomartin4btc

Updates: - [added the call](https://github.com/bitcoin-core/gui/blob/ba13f10f9ca5bad7de0e140b667fbae5e8b7b9a3/src/qt/transactionview.cpp#L675) to `raise()` as @alfonsoromanz [suggested](https://github.com/bitcoin-core/gui/pull/817#discussion_r1569483043) finding that the fix wasn't working properly on Mac without it, this is not causing any other effects on Linux...

> I'm not convinced that a large regex is "simpler" than checking if a ":" is in the string? The large one was for the port number, the one I...

> This feels like the wrong place to fix it. Why not inside `setWalletActionsEnabled` (or whatever is enabling it to begin with)? Yeah, it makes more sense, I'll rework it....

The typing issue has been reported already in #365, but you can't interact fully with other elements in the UI (eg can't close windows or resize them but you could...

How can I reproduce the issue? I've tried on Ubuntu 22.04 with these configures: - `./configure --with-incompatible-bdb --enable-suppress-external-warnings --with-sqlite --without-bdb --with-sanitizers=undefined,integer CC=clang CXX=clang++` - `./configure --with-incompatible-bdb --enable-suppress-external-warnings --with-sqlite --without-bdb --with-sanitizers=integer...

Thanks @maflcko, that worked and now I don't get the unwanted errors. I'm sorry I still can't reproduce the issue (on both `master` branches, this repo and `bitcoin/bitcoin` one): ```...

> Did you do the same? I think I did but I have been using it for a while. Let me start fresh from scratch as you've well indicated it.

I've managed to reproduce the issue now, thanks @maflcko! Tested on Ubuntu 22.04 following the steps described [above](https://github.com/bitcoin-core/gui/issues/805#issuecomment-2023490637) ("_... start with a fresh regtest datadir, mine 101 blocks to a...

I was already checking the PR and those issues actually, I got 2/ [3](https://github.com/bitcoin-core/gui/pull/806#issuecomment-2013296949). Can't reproduce the one starting with: `wallet/interfaces.cpp:289:57: runtime error: implicit conversion from type 'int' of value...

Yep, "subtract fee from amount" to be ticked was ``` ./src/qt/bitcoin-qt -regtest -datadir=$QT_ISSUE_806_TEST_DIR Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. wallet/interfaces.cpp:289:57: runtime error: implicit conversion...