Randy Döring
Randy Döring
I implemented the concept mentioned in https://github.com/python-poetry/poetry/issues/5506#issuecomment-1114270248 and it seems to resolve this issue. Unfortunately, it's not mergeable due to performance issues. Nevertheless, I created a (draft) PR that someone...
I'm quite confident in the current implementation. It's possible that very complex expressions are not recognized to be empty, but I think it's good enough for real world use cases....
I'd say it is stalled. Maybe, I'll pick this up myself sometime in the future, but at the moment there are many other topics with a higher priority on my...
I assume we are open to such a feature in general. I'm not convinced about adding the flag to each of the commands (`lock`, `install`, `run`) as proposed in the...
Yeah, I know. It makes sense to think about the target image. Unfortunately, I'm not sure about that. I just know, I don't really like the initial proposal to add...
I wonder if it might be better to use a lib that implements [PEP-514](https://peps.python.org/pep-0514/) (e.g. [pythonfinder](https://pypi.org/project/pythonfinder/)) to find executables instead of using an application like `py` launcher? Related-to: #2117
> now that I think about it I need to go and look if we make the source for a given package available to the PEP 517 build backend fetching...
> 1\. Would this functionality be useful? It sounds useful to me. However, I'm not a conda user. > 2\. Should this functionality be added to this repository or as...
Afaik, venvs are not portable in general so creating an archive has some restrictions. To avoid raising false hopes, we should definitely document them. Some good starting point might be...
> I would be willing to make those changes if it is just scoped to this package. If this requires poetry changes, can we plan the LOE for that? I...