Bendik
Bendik
This is more of an _request for comments_ than a ready-to-be-merged PR. This implements parts of the functionality described in [#22 (A command line interface for selecting identity and listing...
When running nmap with either `sudo_run` or `sudo_run_background` without passwordless sudo, the command will hang waiting for input. In the case where passwordless setup is required and mistakenly not set...
I have an issue with a newline being inserted after auto-completion. Before starting completion (cursor positioned between the "{}": ``` \Gls{} ``` After completion I get: ``` \Gls{WOW } ```...
The `docstring_parser` library uses type annotation syntax not supported in the python version on travis.
This branch contains the following modifications: - Client can request to get only the torrents that were updated since last time - This reduces the amount of network data that...
I'm sad to see that the project is discontinued :-( From the README: > Now, most of the critical and outstanding features of rocker can be easily covered by docker...
I can't find a way to map a project to specific worker or worker types. Is this on the TODO list? I see that [travisyml.py](https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/travisyml.py#L49) has an image attribute, but...
Having a new project configured with a specific branch with git+poller, doing a force build results in `Please put a file named .travis.yml at the root of your repository:` if...
This PR adds two commits. One to fix the dreaded panic: runtime error: cgo argument has Go pointer to Go pointer, and one that fixes a bug in asm_amd64.S causing...
For a Matroska file with video width 1920 and height 1080, mediainfo reports: ``` Width : 1 920 pixels Height : 1 080 pixels ``` But for the same file...