Justin Chadwell

Results 450 comments of Justin Chadwell

> could you explain (roughly) how the version checks work today? How does the CLI determine whether it can use a given engine version? Are there know limitations and planned...

:tada: yeah, agreed :) It would be fairly easy to have this as a core api method, something like `File.append`.

DagOp should help make this possible to implement when it lands: https://github.com/dagger/dagger/pull/9395 Since there's no LLB op to append to a file, we can't *currently* do this - but with...

Sounds good :tada: 1. My main question is whether transitive dependencies should be able to use default secrets from the original caller. E.g. CLI calls module A, module A calls...

> Next steps for me are Looks like we've got #9758 merged, and embedding in progress #9804. I think we can move this out of the milestone - this is...

This was fixed in https://github.com/dagger/dagger/pull/8427 :tada:

Marked "code cleanup" as complete, still got a few things there left, but pretty happy with the progress there.

I've started working on integration tests in https://github.com/dagger/dagger/pull/9863 - have added myself to that bullet point, but also more help definitely appreciated!

FYI, this is related to https://github.com/dagger/dagger/pull/7609 as well, since it also has different schemes.

@tonistiigi what changes would be needed in go-prompt? Would it be feasible to try and take this for v0.11?