Hugo van Kemenade

Results 1583 comments of Hugo van Kemenade

Done! There was some problem with the zip provided by Twitter. It worked after unzipping and re-zipping (https://github.com/dariusk/twitter-archiver/issues/10). It's in this new repo: * https://github.com/python-pillow/twitter-archive And hosted on GitHub Pages...

I don't think `_SupportsGetMesh` is something users need to know about, and we don't want them to use it. Can we exclude it from the docs instead?

To avoid duplication, does `:exclude-members:` (https://stackoverflow.com/a/45531084/724176) or `:meta private:` or another answer from there help?

Thanks, that could work. But now I think about it some more, I'm going to completely contradict what I said earlier :) > I don't think `_SupportsGetMesh` is something users...

I've seen other projects have some simple command to run to print out some handy debug info for bug reports, and have been meaning to open a PR for it...

Naming things bike shed corner: I was going to suggest `--report` over `--bugreport`, because it's shorter and could be more generally useful. > I've seen other projects have some simple...

And I just remembered the original one I was thinking of, `pip debug`. For example: Details ```console ❯ pip debug WARNING: This command is only meant for debugging. Do not...

> > I think either --report or --support, what do you think? > > I'm currently leaning towards `--report`. > > Out of context I would prefer `--support`, but I...

> > python -m PIL.report > > The issue with this is that it would only work for new versions, whereas adding an argument to `__main__` is backwards compatible (in...