Svend Sorensen
Svend Sorensen
I was getting the following error using SSH Key authentication: > Underlying Error: callback returned unsupported credentials type Adding the username to the URL fixed the issue for me. (...
Sorry for the late reply. It has been a while since I have compiled this project. I ran `autoreconf --install` which produced a working configure script. If this works for...
Thanks for the suggestion. I'll give some thought to relicensing src/lib.
Try `autoreconf --install` before running `./configure`.
Please try the following change: https://github.com/svend/cuetools/pull/20
There is an open issue with the Amazon Java SDK for ~/.aws/config support: https://github.com/aws/aws-sdk-java/issues/803 I got around this by reading the role ARN from an environment variable then calling amazonica.aws.securitytoken/assume-role...
Here is the request and `Link` header: ``` GET https:///api/v3/orgs/example/repos Link: ; rel="next", ; rel="last" ```
Thanks for the package! I like the way async-shell-command colorized output as it is displayed. With `bpr-colorize-output` set, output first shows up with escape codes, then gets colorized when I...
Good catch. Would a`bpr-on-start` defcustom be an option? Users could set this to a function that calls `set-process-filter` on the process. Implemented in #12
On Linux with systemd, it is common for programs to just log to stdout and stderr. This log output is handled by journald, and can be inspected using journalctl.