-
-
From anon_udxf6fdz[m] on IRC
CLI user experience improvement
Reproduction:
monero-wallet-cli --stagenet --daemon-host stagenet.community.xmr.to --wallet-file /home/thinkpad/Monero/wallets/stage…
-
Trying to exit the daemon takes for ever, I've seen many people complaining on the IRC channel. People are tempted to force quit which maybe have unintended consequences. It seems to "hang" after this…
-
If you configure your pidfile to be located anywhere outside of the project directory (for instance, /tmp/app.pid), the startup script will hang indefinitely waiting for the pidfile to appear, even th…
-
Hello,
wow, a colourful terminal script *_*
But I faced some culprits.
1. Please, remove the PID-lines with exit codes. (Maybe something like Sabayon's [equo](https://github.com/Sabayon/entropy/blob…
-
I'm running Ubuntu 16.04 20160601 on a smartos box.
When I try and start the avahi-daemon with the default parameters it fails:
```
root@ubuntu:/etc/systemd# /usr/sbin/avahi-daemon --debug
Pro…
-
CouchDB doesn't support full-text searches yet.
So either use ElasticSearch or Couch-Lucene.
-
```
$ python tumbler.py --addrcount=2 --wait-time=120 --liquiditywait=120 tumbler.json xxx1 xxx2
...
:00:00,206 [Thread-2 ] [DEBUG] failed to send on socket
:00:00,239 [MainThread ] [DEBUG] key=…
-
## Issue description
I try to build a kotlin [project](https://github.com/jmerle/cg-local-app) using gradle with following `default.nix`
~~~~
with (import {});
stdenv.mkDerivation rec {
na…
-
A great feature of SDL is the logging system (SDL_Log, etc.).
Currently, the game uses printf/fprintf for logging and error reporting.
This might be tolerable on SDL 1.2, but on SDL 2 there's no stdou…