Ed Morley

Results 240 issues of Ed Morley

Support was added to rabbitmq-c in alanxz/rabbitmq-c#196, however librabbitmq still treats auth failures as generic socket errors, rather than providing a more specific exception. eg with librabbitmq 1.6.1, kombu 3.0.35,...

I tried enabling Heroku CI on a Heroku pipeline linked to this repository, however the CI run failed with: ``` -----> Running PHP buildpack tests... realpath: vendor/bin: No such file...

Hi! The [3.5.0.3 release](https://pypi.python.org/pypi/billiard/3.5.0.3) was available as: * sdist * python 3 pure python wheel ...for [3.5.0.2](https://pypi.python.org/pypi/billiard/3.5.0.2): * sdist * python 3 pure python wheel * python 2.7 wheel for...

Category: Packaging and Release Management

Hi I was hoping to configure my YubiKey 5C Nano's 2nd slot to use OAUTH-HOTP using the YubiKey Manager (version 1.1.1 on OS X), however at the prompt for secret...

Adds documentation for the switch to the `client` and `server` features now being opt-in, rather than enabled by default (see #54). I experimented with also enabling the nightly-only `doc_cfg` /...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Bug What is the current behavior? ----------------------------- The `config:edit` help text says: ``` DESCRIPTION This command opens the...

bug
on-call reviewed

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Bug What is the current behavior? ----------------------------- Attempting to installing a non-existent plugin fails without a clear error....

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Bug What is the current behavior? ----------------------------- If I use `heroku config:edit` and change my mind about editing...

bug
on-call reviewed

Sometimes `heroku repo:purge_cache` fails with errors like: ``` $ heroku repo:purge_cache Running set -e Running set -e mkdir -p tmp/repo_tmp/unpack cd tmp/repo_tmp curl -fo repo-cache.tgz 'https://s3-external-1.amazonaws.com/' cd unpack tar -zxf...

Historically when git pushing to Heroku, one always had to use the `master` branch for the build to be triggered. However it's now possible to `git push heroku main` as...