Paul Moore
Paul Moore
@notatallshaw it looks like you have been working on this - do you plan to merge it for 25.1? If not, I suggest we just remove the milestone, and it...
The extension appears to work with lilypond 2.20, but not with 2.24.3, which is the latest version (and the one I have installed).
I think I installed it using scoop's explicit version syntax - `scoop install [email protected]`
This seems like a good improvement, and it's easy enough to revert if it causes issues, so I'm going to merge it pre-emptively. @pradyunsg if you have concerns for 24.2,...
Please don't submit AI-generated code as a PR.
I have no objection if you want to use AIs to help you write code. But if you submit AI-written code, then is it *your* code? In other words, do...
> Although as a RM I wouldn't want to discover issues at that stage. Agreed. I think if we want to test against all Python versions, we should be doing...
Is there any documentation of the new API? I don't really want to read the implementation to review the API, and as far as I can see what docs will...
It seems to me there are two separate use cases related to symlinks (as well as #2684, which is related to canonicalisation of filenames, rather than symlinks). In #2682, the...
I'd say that *behaviour* should be consistent, but quality of life details (like performance, additional shell integrations) are what distinguishes `virtualenv`. So `venv` defines the base mechanism, we make it...