bradprob
bradprob
Hi, executing the command: "sudo xkeysnail config.py" results in (default config.py): Traceback (most recent call last): File "/usr/bin/xkeysnail", line 6, in cli_main() File "/usr/lib/python3.4/site-packages/xkeysnail/init.py", line 44, in cli_main eval_file(args.config) File...
Starting Irony I receive this error: Irony CDB: error in compilation database: (irony-server-error cannot-load-database "failed to load compilation database from directory" "/tmp/cmake32286OUg/") Irony CDB: error in compilation database: (file-error "Opening...
Hi, The Jenkins rest api needs a token for authentication. With curl the following command works fine: `curl http://jenkins.server/api/json/?tree=jobs[name] --user myusername:mytoken` How can such a request be generated with restclient?...