Allan Clark

Results 10 issues of Allan Clark

Support for Hover (http://hover.com/) (was: TuCows) as a DNS provider This method mimics a HTTP client because Hover lacks a formal/public API. The work is based on adapting some reverse-engineering...

enhancement
area/dnsprovider
state/outdated
contrib/waiting-for-feedback

Is there an example of how to generate a `.pkg` that would install by opening on a Mac? (Or have I missed a way to do this with a `bundle`...

As discussed in https://github.com/jazzband/pip-tools/issues/811 with a quick change at https://github.com/jazzband/pip-tools/issues/811#issuecomment-1058233070, py-compile-3.7.0 no longer accepts `--no-index`, fairly suddenly as well. The `--no-emit-index-url` is a replacement. Probably need to discuss how to...

With slight changes from the example config, my PRs are seeing this failure message at subject: `ERROR Resource not accessible by integration` ## Config ``` name: automerge on: pull_request: types:...

bug

**Describe the bug** In a single-author repo using merge-bot to merge because I'm too lazy/forgetful to go back and check, I'm getting the error message at subject: `Error: Cannot read...

In deploying this project, I found that no container versions were given; that means docker will use "latest" as a version, which means that results can vary from day to...

Running into a deployment issue, I wanted to document the mitigation. The TL;DR is: mitigate before `docker-compose up` using: `chmod -R ugo+rx env/mysql` Of note: my docker-compose is a `1.28`...

Upstream seems to be stuffing a human-readable comment where a date is expected (and, you know, that date has a format) (confirmed: no pre-existing issue) On configuration of a new...

As noted in https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst and #38 installing `victorsmartkill` module encounters an error. Simply blocking the behaviour of "blindly install the latest" of `typeguard` causes @toreamun's module to install and become...

``` WARNING: .../BUILD.bazel:9:11: in _write_xfile rule @@: target '@@' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or...