Ulrich Petri
Ulrich Petri
A new subcommand that encapsulates the snapshot related functionality exists.
Sometimes calling `get_nat_type()` fails with `KeyError: '0100'`. Truncated traceback: ``` File "/Users/ulo/Envs/test/lib/python2.7/site-packages/stun/__init__.py", line 219, in get_nat_type changeRequest) File "/Users/ulo/Envs/test/lib/python2.7/site-packages/stun/__init__.py", line 136, in stun_test bind_resp_msg = dictValToMsgType[msgtype] == "BindResponseMsg" KeyError: '0100'...
IMHO the pip install url should read: ``` pip install git+git://github.com/dcramer/django-devserver#egg=django_devserver ``` instead of ``` pip install git+git://github.com/dcramer/django-devserver#egg=django-devserver ``` note the "_" in django_devserver. With the "-" I get weird...
The raspberry pi has a very useful feature in that it can be woken from the shutdown state by shorting gpio3 to ground. Additionally there’s a dtoverlay for soft shutdown...
Additionally to the `match()` and `search()` methods the `re` module also supports `findall()` which allows finding all occurrences of a pattern. It would be nice if rex could support this...
### Search before asking - [X] I had searched in the [issues](https://github.com/RocketChat/Rocket.Chat.Electron/issues?q=is%3Aissue) and found no similar issues. ### Operating System - [X] macOS - [ ] Windows - [ ]...
Depending on test runtime and repetition count flaky tests can take a long time to complete. It would be nice if there was some feedback on flakyness during the test...
Please consider adding an optional "time" parameter.
Since quite a while this doesn't show up in the WalletConnect dialog anymore. Neither as Tokenary nor as the (apparently) new name.
Currently accounts are only shown by their address. With more than 2-3 it becomes difficult to remember which is which. Adding the option to give user defined names to accounts...