Jean Abou Samra
Jean Abou Samra
In case it helps anyone, we saw weird things like this in the Frescobaldi (https://github.com/frescobaldi/frescobaldi/issues/1462) and it was caused by submenus not being owned by their parent menu. (NB I'm...
(https://bugreports.qt.io/browse/QTBUG-68636?focusedCommentId=491743 also looks related.)
Sorry for the loong delay. I'll try to take another look tomorrow.
Not sure how much of that existed back in 2017/2018, but this is really easy to do these days: ``` ~/tmp $ python -m venv venv ~/tmp $ source venv/bin/activate...
If packaging is done right, wheels do not contain any examples, test suites, documentation, etc. That is the role of sdists. You are right that they may contain modules that...
Perhaps. But there are also many libraries which do it right, for which this would be useful. I was talking about an opt-in per-package flag, not a change of the...
That flag helps, thanks, but it's still not fully what I want. Unless I have misunderstood it, it includes `package_name.py` or the contents of `package_name/`, where `package_name` is an importable...
Some thoughts by a pip maintainer here: https://discuss.python.org/t/installer-creation-based-on-distributions/34576/4
@mtelka [Comment](https://discuss.python.org/t/user-experience-with-porting-off-setup-py/37502/89?u=jeanas) from @rgommers on discuss.python.org: > Yes, this is a key problem with pyproject.toml. It is actually not generic, the constraints you write in it are specific to how...
That's great, but I would not have expected the ordering to matter in this case. I don't know if RTD applies all redirects in order or applies only the first...