Jonathan Rayner
Jonathan Rayner
Okay thanks! Will also come back to this if I can find the time.
Hey @raghavanone , I was thinking about working on this this weekend and see that you have a WIP already and are probably back now. Would it help if I...
@ngoldbaum I'll just add that type hinting/checking is considered standard for all serious new projects, especially in industry. If you want people to use this library (and the benefits of...
> Please note that subsequent calls may succeed but a fresh install (after a poetry env remove --all) always fails. Does anyone have any ideas on how to better consistently...
I see a few possible ways forward, but can I ask: what is the expected behavior? Suppose the following monorepo structure: ``` monorepo/pkg_1/pyproject.toml monorepo/pkg_2/pyproject.toml ``` and another repo that wants...
> > * The repo `monorepo` is cloned once and reused to install `pkg_1` and `pkg_2`. This advantageous for large repos. We would need to either throw an error if...
- You need to include the same LICENSE file as this project in your project. - You do not need to say anything about copyright (you're allowed to modify anything...
> layered path dependencies are pretty much always a bad idea - if you search this issue tracker you will find plenty of examples. Perhaps the point is this is...
I would prefer it if e.g. `uv sync` would respect `VIRTUAL_ENV`. It was the most surprising thing I found when starting to use `uv` - I commonly have active virtual...