João Barbosa

Results 33 comments of João Barbosa

@ryanofsky cool, I'll address your comments, makes sense to reorder commits.

Side note, I find `FlagsOfKnownArg` confusing because it also returns for unknown arguments and it doesn't tell if it's known or not. I'd reword to `GetArgFlags`.

#17135 is an approach that avoids blocking the GUI thread.

> Widgets and QML are really different GUI frameworks The major difference is that there is a separate thread for rendering the scene graph. There is still a moment where...

I don't see a reason to not improve in bitcoin-qt. Actually, it might be the best approach going forward with QML since by then the architecture is already oriented to...

Sorry for not being clear. The current bitcoin-qt is not going anywhere and so we should improve it where possible. A GUI based on QML is another discussion that is...

I'm having some issues trying to build on windows. I downloaded and built capnproto-c++-0.8.0 with msvc2017. Then I set `CapnProto_DIR` and ran cmake. Then building the solution I have the...

Same here, not used to code on windows, I'll try your suggestion just to have it build so I can work on the actual code change.

Issue is related to `CAPNP_INCLUDE_DIRECTORY` , not with `include/mp/proxy.capnp`. Tomorrow I'll try to see why it's getting that value, otherwise I'll set it manually to the correct one just to...