Will Da Silva

Results 93 comments of Will Da Silva

@edgarrmondragon @aaronsteers When Poetry uses `build.py`, it builds a platform-specific wheel, rather than a pure wheel. The offending code: https://github.com/python-poetry/poetry-core/blob/d5db91af41e0befd413ce54190bfb7fb7fed10f1/src/poetry/core/masonry/builders/wheel.py#L390 Related issues: - https://github.com/python-poetry/poetry/issues/3594 - https://github.com/python-poetry/poetry/issues/2051 We can't use `build.py`...

> @WillDaSilva - can you confirm our expectations here are reasonable? Seems reasonable to me. @tayloramurphy @aaronsteers We should already be able to determine the length of an interactive session...

@pnadolny13 Would getting more CLI inflight events be valuable to you?

CLI `inflight` events are described in the code as: ```python # Optionally, a command may fire a `inflight` event to signal that its execution is in progress. This is useful...

Relates to #5949

For this we would want to use either [`sphinx-autodoc`](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html) if we are using Sphinx and reStructuredText, or [`mkdocstrings`](https://mkdocstrings.github.io/) if we are using Mkdocs and Markdown. I recommend we use `mkdocstrings`.

@aaronsteers @edgarrmondragon @pnadolny13 @tayloramurphy Reading the `pip_url` is risky, since it can contain all kinds of private information, and can be anything one would pass to `pip install` on the...

> I've started to investigate the remaining 73 alerts, and write up issues for those that might need followup. I appreciate that @rwfeather, but that work isn't currently assigned to...

> Is this still an issue or have we mostly resolved these as of now? @aaronsteers This is still an issue. Our JS dependencies have largely not been updated in...