Nicholas Pini
Nicholas Pini
Just adding my possible use case: I'm building a ci/cd pipeline which needs to build and push docker containers. These containers are used to setup a python environment for an...
Sorry, you're right. I'll let you decide if it makes sense to keep this issue open just to show my use case, or if it's just an hassle and it's...
I'd say the Nullable contract from the docs is another nice candidate.
Makes sense. Is it intended behavior that Nickel doesn't catch this and hangs?
Yeah, this would be really useful. uv is great for managing many small projects, even when not using workspaces. Having some kind of `pytemplate.toml` in a parent directory and/or in...
EDIT: Never mind, this was caused by missing `__init__.py` files in the package directory. Not sure why this was not necessary when using workspaces, oh well. > Does `uv add...
> it's confusing as a new Python user to differentiate when to use --editable vs workspace for local package import to work This can already be the case, it's just...