Yuval Adam
Yuval Adam
- The requested character is... - [ ] Latin - [ ] Cyrillic - [ ] Greek - [x] Hebrew - [ ] Punctuation - [ ] Symbol - [...
``` 2015-10-01 23:17 (ERROR) -- MultiSigDialogs.py:2139 - Error reading ASCII block Traceback (most recent call last): File "/opt/BitcoinArmory/ui/MultiSigDialogs.py", line 2137, in clickedDone self.returnObj = self.importType().unserializeAscii(txt) File "/opt/BitcoinArmory/armoryengine/AsciiSerialize.py", line 75, in...
Sporadically, a lockbox can enter a weird (corrupt?) state where broadcasting fully-signed transactions is impossible. Clicking `Broadcast` does nothing, and the following error is thrown to stdout/err: ``` (ERROR) Transaction.py:1363...
An email message with alternative is built like so: ``` email_message = EmailMultiAlternatives(subject, body, from_email, [to_email]) email_message.attach_alternative(foo, 'text/html') email_message.mixed_subtype = 'related' email_message.attach(MIMEImage(image_fp.read())) email_message.content_subtype = "html" email_message.send() ``` When sent via...
Similar to #357 build fails when building against libgps 3.24 ``` [ 37%] Building C object src/CMakeFiles/direwolf.dir/dwgpsd.c.o src/direwolf/src/dwgpsd.c:68:2: error: #error libgps API version might be incompatible. 68 | #error libgps...
The detailed channel view shows lots of super relevant information, but seems to be missing two very important fields: 1. Channel ID in short formatted form (in addition to `1x2x3`...
The current view looks horrible on small devices. It could be great to have an interface that looks reasonable well on mobile / small screen devices.
I'm running a celery worker which uses a RabbitMQ broker via an SSL connection. From time to time we're seeing an error in our logs ``` SSLError(1, '[SSL: PROTOCOL_IS_SHUTDOWN] protocol...
In some rebalance cases it's a waste of time attempting low-fee rebalances (e.g. 1ppm) that will obviously fail due to insufficient liquidity. It would be nice to have a flag...
``` [ 82%] Building C object CMakeFiles/frequensea.dir/src/nim.c.o /home/yuval/dev/archlinux-packages/aur/frequensea-git/src/frequensea/src/nim.c: In function ānim_png_writeā: /home/yuval/dev/archlinux-packages/aur/frequensea-git/src/frequensea/src/nim.c:40:9: error: āchannelsā may be used uninitialized in this function [-Werror=maybe-uninitialized] int channels; ^ cc1: all warnings being treated...