Sandu

Results 16 comments of Sandu
trafficstars

> with #3943 in place and people starting to have e.g. git dependencies into a package in a workspace, i'm afraid this change would cause some breakage. I believe this...

The use-case is supported using ```toml [tool.uv.sources] shared_lib = { path = "../shared_lib", editable = true} ```

> How does this differ from excluding the projects from the workspace? Excluded projects cannot use workspace dependencies, these can. And they're allowed to have conflicting dependencies because they use...

> needs some thought / discussion before committing to it. Yesterday I couldn't resist trying to implement it, it turned out to be a lot more straightforward than I expected....

> It's an interesting idea... I understand the motivation but needs some thought / discussion before committing to it. Rye had a [similar issue](https://github.com/astral-sh/rye/issues/615) raised a little while ago.

I'm getting this error consistently when I run on a Mac, but not on Linux. Dagger 0.14.0. Running: dagger shell -q s1.dag s1.dag: ``` #!/usr/bin/env dagger shell -q ctr1=$(.container |...