Casey Marshall
Casey Marshall
In worker/uniter/uniter.go, we had a cleanup function that called u.tomb.Kill(runListener.Close()). On windows, this is an npipe, where Close() is returning an "Element not found". Why does this error return from...
The build here has been broken for a while and your Tor version is pretty old. Any interest in reviving this? I managed to get it working again with current...
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
If a charm collects metrics (has a `metrics.yaml` file) but does not actually collect them with a collect-metrics hook (no `hooks/collect-metrics`), `charm proof` should at least provide a warning. Note...
A charm that references unreleased or non-existent terms in its metadata.yaml cannot be released. Therefore I recommend that the `charm proof` tool check this, for charms that use terms. The...
If a charm requires agreement to terms in its metadata, the charmstore needs to require agreement to said terms when the user downloads the charm with `charm pull`.
I think the charmstore database name "juju" can be confused with the same database name used by the Juju state server. I propose changing the name. Could be "charmstore" or...
My reactive charm built with layer:basic no longer installs. We've isolated the regression to the upgrade from charmhelpers 0.18.2 to 0.18.3. ``` 2017-12-13 17:42:07 DEBUG install Traceback (most recent call...
There is a problem with versioned resources that link to each other. Resource A releases on 2021-09-13. Its responses contain links to resource B, C and D. On 2021-11-12, resource...