ken restivo
ken restivo
Add a log-hook for logging or otherwise tracking tries as they are in progress.
I've been asked to display rankings per theme (used as categories) per user, on a custom leaderboard. I'm also trying to do it without making changes to the UserInfuser codebase,...
I have this simple makefile ``` makefile ARDUINO_DIR = /usr/share/arduino ARDMK_DIR = /home/localkens/embed/src/Arduino-Makefile AVR_TOOLS_DIR = /usr BOARD_TAG = diecimila ARDUINO_PORT = /dev/ttyUSB4 ARDUINO_LIBS= SoftwareSerial ARDUINO_USER_LIBS = ModbusMaster USER_LIB_PATH=../../../ include /home/localkens/embed/src/Arduino-Makefile/arduino-mk/Arduino.mk...
Any plans to allow connecting to Hubzilla? https://github.com/redmatrix/hubzilla It uses a superset of the Twitter and GNUSocial APIs: https://github.com/redmatrix/hubzilla/blob/master/doc/api_functions.bb
Logging in ``` 2021-10-22T02:36:57+00:00 ERR (3): radio.foo.com [ErrorController.php:62 - errorAction()] - The requested action is not supported.: Zend_Controller_Action_Exception: Action "img" does not exist and was not trapped in __call() in...
README says: ``` Defaults to true in development mode, false in production ``` But I could not see anywhere in lein-ring where to set development or production mode. I grepped...
I'm not sure where this could be coming from-- repl-y, lein, drawbridge, nrepl, or something else-- but I saw it using drawbridge so I'll report it here and hope for...
This was required in order to build on Debian Testing, which also doesn't have a cjson package by default either
It looks like you meant :in and :out not :in-ch and :out-ch as keys for the record.
I apologize if I'm missing something totally obvious, but I could not find a way in MultiBitMerchant to actually get the bitcoinj library PeerGroup to launch its thread, connect to...