Alex Kavanagh
Alex Kavanagh
Relevant urllib3 bug possibly: https://github.com/urllib3/urllib3/issues/2055 And, almost certainly: https://github.com/urllib3/urllib3/issues/2030 And, finally, this would actually solve it if it were implmented: Implement Happy Eyeballs to support IPv4/IPv6 combination: https://github.com/urllib3/urllib3/issues/797 Which begs...
The reason is fails to pick up the branch is due to `interface:ceph-mds` being a sub-directory-of-a-git-repository interface/layer which means that when it is copied the `.git` directory is not copied...
As I mentioned when we discussed this, the `ignore` option in the `layer.yaml` or `interface.yaml` with a `.tox` entry would fix this. What probably (maybe) is needed is something in...
Please see my comment on #403 re: reproducible builds for stable releases.
Please see my comment on #403 re: reproducible builds for stable releases. I suspect it is more relevant here, so I'll copy the link: [build-dependencies.md](https://gist.github.com/ajkavanagh/ae7b7dc60f0e6e1595e934a48a023548)
Hi @dpetukhov. Do you have a patched HTML (Mako).tmLanguage file? I tried diffing the old/new HTML.tmLanguage file to a patch and then applying it but obviously the changes are too...
@dpetukhov Hey, that's awesome! Thanks very much :)
The obvious way to sort this is to do a deepcopy() before returning the config; but that would change the existing behaviour. So it depends on whether the existing behaviour...
> The charm-helpers behavior is intended and I know of charms using it extensively. @stub42 ah, interesting. It's because, I guess, it came about with the Services framework. As `hookenv.config()`...
@stub42 re: cached, that's kinda what I meant; I didn't explain myself properly. I guess we can close this. My final thought is `hookenv.config_copy()` was to provide a **deliberately** non...