Leon Wright
Leon Wright
Skyrim's ModOrganizer loads a shim mod into the game which presents all the mods via it's internal virtual filesystem. I'm not sure of the exact details, but there was a...
**Describe the bug** This might be better as a feature request, but when syncing a large amount of deletes it may be prudent to check that the storage can be...
Due to security issues running untrusted checkouts from forks, access to things like secrets and tokens are blocked. It is possible to allow this, but it is not wise, and...
Happy for some feedback, this publishes a message out on the devices public 'hugs' topic. I'm still trying to get my buttons to work, so bear that in mind :-/
Credit to @pjf as his brain wave figured it out. Code to duplicate the issue: ``` Perl #!/usr/bin/env perl use Exobrain; my $exobrain = Exobrain->new; $exobrain->notify("Hello World"); sleep(1); $exobrain->notify("Hello World...
That appears to work consistently on ZMQ 4. Confusingly packaged as: ``` bash leon@gandalf:~/git/exobrain$ dpkg -l|grep zmq ii libzmq3:amd64 4.0.4+dfsg-2 amd64 lightweight messaging kernel (shared library) ii libzmq3-dev:amd64 4.0.4+dfsg-2 amd64...
Working logging concept. Service for monitoring the bus and library for easy including in other scripts/libraries. Changes/suggestions welcome :)
Whilst there is text mentioning to save after certain actions, it's pretty easy to miss (I certainly have). With the client side framework in use, it wouldn't take a lot...
Raised in #20, it would be desirable to support more than one sensor.
Currently the library forces a board mode of BCM, which can make getting the right pins confusing and could impact configuration of other plugins. Filament Sensor Simplified has a reasonable...