morsedl

Results 7 comments of morsedl

+1 I am having this problem as well. Also, I am getting an error at task-web startup regarding accessing the console: ``` [2016-12-02 11:58:49 +0100] Starting 'taskwarrior-web'... [2016-12-02 11:58:49 +0100]...

BTW, I am running TW 2.5.1. So, I am wondering if this is a duplicate of or somehow related to issue #84? @mattmartini and @aravindhsampath: Are you also running version...

"Couldn't get a file descriptor referring to the console" apparently has to do with the "open" command trying to open the next virtual terminal. I think the fix is to...

Perhaps you should mentioned all this on the github page? :-)

+1 For being able to use query_ and cached_query_ when the underlying query is parameterized. Also, regarding permissions (aka policy management, authorizations): I've recently being hunting around to find the...

I've run into this problem as well. Per https://github.com/coffeeandscripts/sqlcrush/issues/7#issuecomment-414868090, you can change a few lines in the main sqlcrush Python script (around line 927) and then get an error message...

@Lykos94 Thanks, most helpful. After a bit more hunting, I found SQL electron: https://github.com/sqlectron/sqlectron-term After trying 3-4 of these fullscreen console apps, this was the first that just worked. A...