bitsofinfo

Results 83 issues of bitsofinfo

Is a new release planned anytime soon? Great project, numerous outstanding PRs etc

Are any of the PRs or issues going to be addressed? If not is anyone out there interested in making a community fork where we can move this forward? Great...

Are there any options for retrying or connection resiliency in the way git2consul connects over ssh to git? On startup this produces many connections to our git server, and under...

Hi - great piece of software but curious what the status of it is, it is going to be actively maintained going forward? Just see a lot of PRs limbo...

Hi, Thanks a TON for this project, it's helping to solve exactly what I need to do! it's awesome. One feature that would be great is the ability to cleanup/delete...

Hi, Not sure where to ask this, but I am testing the latest acme-dns w/ `tls = "letsencryptstaging"`, on startup it appears to get the certificate fine and presents it...

Hi - haven't been able to find one, but does anyone know of a helm chart for this?

`--with-default-names` no longer works, this is gone in brew, please provide a solution

``` optparse.define short=A long=extraDockerRunArgs desc="optional, quoted string of extra docker run argument flags/values" variable=EXTRA_DOCKER_RUN_ARGS default="" ``` `mycmd.sh -A "--memory=\"256M\" --cpu-shares=\"100\""` results in `Unrecognized long option: --memory="256M" --cpu-shares="100"`

can this support more than 26 options? I.E. the limit of possibilities for the `-short` option, does that take anything other than alphas?