Paul Moore

Results 1026 comments of Paul Moore

I've raised #13593 regarding registering completions for the wrong command. And there is already #13577 covering the fact that Powershell completion is broken on current versions of Powershell. Maybe if...

+1 from me on the general idea.

Hi @f3flight - the way namespace packages work, parts of the namespace from different locations should get merged. While I don’t have time to try your example right now, this...

I was referring to the `add_to_path` mechanism, which appears (from what I understand of the linked docs) to be the default mode used by hatch. So I'd expect namespace packages...

Can you reproduce this *without* using `--break-system-packages`? This would require using a virtual environment rather than the system Python, but should otherwise be more or less the same reproducer.

> A little disappointing to see this issue go nowhere for 6 years, because I have seen that users are quite seriously put off by this. The main reason is...

The proposed output certainly seems good.

One important thing to know is that the HTTP cache is managed by a 3rd party library that we vendor, and the layout is not documented (it's an internal detail...

@a-sajjad72 Someone to do the work, basically. If you're interested in creating a PR for this, you're welcome to do so.

Also, the maturin example doesn't mention that the source code needs to be named `src/lib.rs`. Or that the built module will be imported as `_core._core` (which to be honest, strikes...