Dragos Harabor
Dragos Harabor
This is on Linux Mint 17.2, running cloudprint-service_0.13-1+deb8u1+ppa1_all.deb The cloudprintd process seems to just randomly die. I don't see anything interesting in /var/log/syslog, the last thing I see before the...
It seems that jobs always fail on the first try, then cloudprint.py waits for about 90 sec. and tries again and the job succeeds. From `/var/log/syslog` on Linux Mint 17.2...
If Goggles is started from the command line, could it also detect where Go is installed or take an argument "goroot" so that the stdlib godoc can also be shown?...
In the ElementalX-N5-4.04-**express** version, `config/elementalx.conf` has an intended comment line that should really be commented out. Lines 9-10: ``` ##### Global Vibration Strength ##### Enter vibration strength (0 to 100)....
Currently `Dispatcher.AddService` requires a `*struct` to be registered. For clients that is not convenient, the options are to register the actual struct used on the server side, but that will...