ghost43

Results 513 comments of ghost43

Not enough details. At the very least, to start, - say how much you are trying to pay, and what is the balance of the wallet - is it a...

Nice! I've been looking at https://ownyourbits.com/2018/06/27/running-and-building-arm-docker-containers-in-x86/

I did a bit of research on this. To avoid redoing it next time I look at this, some random useful links: - "Build script for Qt5 in debug mode...

> Note: imo we should have the image build on non-Docker installations as well. Since the project ships a binary, not a container image, requiring people to run Docker just...

PyQt5 is installed here: https://github.com/spesmilo/electrum/blob/ad41f4aed01a8848ce9139f22f84a433c3b7c3cc/contrib/build-linux/appimage/make_appimage.sh#L123-L124 this references `contrib/deterministic-build/requirements-binaries.txt`: https://github.com/spesmilo/electrum/blob/ad41f4aed01a8848ce9139f22f84a433c3b7c3cc/contrib/deterministic-build/requirements-binaries.txt#L79 (which is committed to the repo to pin hashes; it is generated from: https://github.com/spesmilo/electrum/blob/ad41f4aed01a8848ce9139f22f84a433c3b7c3cc/contrib/requirements/requirements-binaries.txt) So it is using pip, which downloads...

https://github.com/bitcoin-core/HWI/pull/615 is interesting and simple, but it still leaves the question of what to do with pyqt.

Only to the degree that pyside6 has pre-built wheels for manylinux aarch64. There is discussion re switching to Qt6 in https://github.com/spesmilo/electrum/issues/8007 Though note that atm we are using pyqt, not...

It could be due to bad translations, similar to https://github.com/spesmilo/electrum/issues/3237 https://github.com/spesmilo/electrum/blob/9ea705dadce0d324f86616c3101752dde26a24b5/electrum/gui/kivy/uix/dialogs/password_dialog.py#L288 ``` >>> "asdasd } asdasd".format(2) Traceback (most recent call last): File "", line 1, in ValueError: Single '}' encountered...

As long as debian stable, and the latest ubuntu LTS do not have packages, I think it is too early to upgrade to Qt6. (which I guess means we will...

Right, but I think we can upgrade the desktop Qt GUI and the android qml GUI independently. I am specifically looking at considerations for the desktop Qt GUI here. I'll...