Titusz
Titusz
I just published a new release (1.5.0) with updated dependencies. Let me know if this fixes your issue.
Latest release v0.1.7 now has wheels for macosx 11,12,13,14
Added threading so exchange balance updates don´t freeze curses
Yes that is an important point to consider. If this is to be merged we should add a security warning about responsible handling of api-keys. Most exchanges allow you to...
This tool is a simple wrapper around https://github.com/w3c/epubcheck which does an exhaustive analysis of the EPUB file. If the requirement is to only check if the EPUB contains audio that...
There seems to be an issue with the setup of your environment. It is recommended to install dependencies into a clean virtualenv. Your installation logs show that it first uninstalled...
@AndreKR MultiChain api is mostly compatible with Bitcoin. There is a `help` method on the API itself. See: https://chainquery.com/bitcoin-api/settxfee and https://chainquery.com/bitcoin-api/estimatefee MultiChain specific API methods are documented here: https://www.multichain.com/developers/json-rpc-api/
How about having an UI/UX-Designer go over the whole user interface. QT can be styles quite easily.
There is already some code in widgets/connection_settings
## Root Cause Analysis I've traced this bug to the C++ Python binding implementation in `python/lib.cpp`. The issue occurs in the `get_typed_vectors_for_keys` function when `multi=False`. ### The Problem When `multi=False`,...