Lucas Hudson

Results 15 issues of Lucas Hudson

Provides new options in Android app and in Server. If Volume control is enabled in android app, then server will run specified commands when it receives a volume key event....

Here's the traceback. It seems to be stuck in a loop for some reason. I hope this report helps somehow... I've not seen this bug before, but today I can't...

I'm getting errors parsing a site that uses modernizr. As the error message indicates, I installed the npm `canvas` package, but this made no difference. This is the result of...

help wanted

Working on Linux, to allow use of vertical arrow keys within filter to select within the treeView. This means if there are several tasks shown from the filter, you can...

It would be handy to allow limiting date range/tasks (as in activity report) for the database export. This would help me interact with other programs. Great app, thanks!

Presented as a functional possibility. This was my 5mins work, and is working, but surely needs cleanup and/or refactoring to fit general plugin style.

In generated code: ```bash parse_commandline() { _positionals_count=0 while test $# -gt 0 do _key="$1" #... ``` Shouldn't `_key` be declared as a `local` ?

In this example there are two named constaints: ```sql CREATE TABLE Bees ( wings integer PRIMARY KEY CONSTRAINT has_enough_wings CHECK (wings >= 2), legs integer CONSTRAINT too_many_legs CHECK (legs

Allows customization of default button titles via _config.php or similar method.