pkariz
pkariz
If i set `singleton: true` and then make 10 requests, the toast is not always shown at the top (it seems like it's in the middle and then it moves...
While calling `apply_async` i got this: ``` File "/usr/local/lib/python3.6/site-packages/redis/connection.py" in send_packed_command 709. (errno, errmsg)) Exception Type: OperationalError at Exception Value: Error 104 while writing to socket. Connection reset by peer....
``` [2018-06-05 22:21:56.002] [info] userData: /home/vegy/.config/EmeraldWallet [2018-06-05 22:21:56.010] [info] Chain: {"id":61,"name":"mainnet"} [2018-06-05 22:21:56.011] [info] Settings: { version: 1, geth: { url: 'http://127.0.0.1:8545', type: 'local' }, chain: { id: 61, name:...
### Expected behavior in the [example shown in the documentation](https://www.chartjs.org/docs/latest/samples/scales/time-combo.html) the first label on the X-axis should be Nov 18 and the last one should be Nov 24. While that...
**Describe the bug** `get_blocks` with starting height 0 doesn’t return genesis block. **To Reproduce** Steps to reproduce the behavior: 1. Call `get_blocks(0, 10, 1, true)` returns block with height 1...