Justin Chadwell
Justin Chadwell
@sipsma's point is correct - that should fix the weird directory loading case. But, also just want to repeat my point from above, I think we also need to understand...
Thanks @newhouse! Feel free to let me know if you have ideas for a different approach, I'm happy to dive in a bit more, I'm currently (ab)using a fork so...
> Perhaps at least mark `dagger core` as _experimental_ which shows a message in `dagger core --help` (the feature is still available, even though we're not using it in any...
Having inconsistent behavior of entrypoints in `AsService` vs `WithExec` feels a *little* sad, but I think it's definitely better than the current behavior, and it's definitely easier to explain over...
LGTM once they all pass :tada:
Looks like a combo of a couple issues: 1. It looks like if `Write` is not called, then when `Commit` is called, `pipe` will be `nil`. Is it possible that...
Agreed - what we should really have here is a way of attaching *both* a tag and a git sha in a module ref. When we resolve a module ref's...
Since this is kind of related to module ref formats, cc @grouville who is owning lots of stuff around that :tada:
Just linking to another client deadlock here: https://github.com/dagger/dagger/issues/7048. Might not be the same, but TL;DR - if the span doesn't ever complete, then the client will deadlock.
You don't happen to have a dagger cloud run or an engine SIGQUIT result do you? Without those, it's difficult to see what the engine is trying to do that's...