Vasek - Tom C
Vasek - Tom C
I'm closing this issue for now since we're not likely to support this for now, please reopen it if you need that feature for a specific use case.
Yeah to do such thing, I need to resolve value by reference, I'm currently working on a proof of concept for that though.
Related to https://github.com/dagger/dagger/issues/8676
I'm closing this issue since it's fixed by #8824 :)
Copy paste of https://github.com/dagger/dagger/issues/10480 based on [this Discord discussion](https://discord.com/channels/707636530424053791/1003718839739105300/1376873643790831646) When executing a module, the engine should be smart enough to adapt his calls based on what the SDK implements. Each...
> Could this work with direnv / .envrc files, rather than Dagger itself finding environment files within a repository? > This would allow us to use source_up and other helper...
> Install a generated client for the current module, using the specified GENERATOR, and write at the specified path. > The generator configuration is saved to dagger.json. I like this...
The `GenerateClient` interface that I have implemented in #9531. ```go // ClientGenerator is an interface that a module can implements to give client generation capabilities. // // The generated client...
> [@TomChv](https://github.com/TomChv) making this a graphql interface instead of go. Any reason it can't just be this? I'm not sure it can be represented as a GraphQL interface for now...
> so outputDir is the path given by the user? If it's empty, does the generator choose the default? And if so how does it inform the user of the...