Jonathon Reinhart

Results 128 comments of Jonathon Reinhart

Linus doesn't accept pull requests on GitHub. Also this commit is completely pointless.

Hi @kiview -- Thanks for the contribution! I've moved this project to GitLab: https://gitlab.com/JonathonReinhart/gitlab-artifact-cleanup. The code there is a bit newer than here (I guess I should mirror them, sorry)...

@papakai Instead of including a huge wall of markdown and HTML, it would be helpful to produce a small example that demonstrates the problem. E.g. **Markdown:** ```markdown Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog)...

Yes, that is nearly identical to what I was planning, right down to the ability to use slices to access target memory. I like it!

Thanks for the quick response, @GrahamCampbell. I was initially looking for confirmation that this was either a bug or the intended behavior. I can't really think of any use case...

### Virtualenv test Using `netaddr` 0.7.19 (in a virtualenv install via pip) I get correct results: ```pycon >>> import netaddr >>> netaddr.__version__ '0.7.19' >>> from netaddr import * >>> oui...

Reported upstream: [Debian Bug #1015210](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015210)

This (also) can mean that that `ConfigParser` doesn't see your ini file. It really depends how you're running the app, but on `alpine`, this works: ``` # apk add ldap-passwd-webui-waitress...

Sorry, but I am not using the old registry. You can see in my `curl` command line that I'm accessing the `/v2/` endpoint successfully. Also, my `docker-compose.yml`: ``` registry: image:...