Vasek - Tom C
Vasek - Tom C
> > I'm not sure it can be represented as a GraphQL interface for now since the SDK interface is an internal definition, it's not exposed by the schema. >...
We discussed live with @shykes today, here's a summary of the [discussion](https://discord.com/channels/707636530424053791/1334452944740814931/1344787002515656756) that continued on Discord: > Things that will change: > IntrospectionJSON will not be passed as an argument...
Copy of a conversation with @jedevc about the way dependencies are handled: > - all the dependencies are loaded through (not just Git) > - then, for git dependencies, we...
An issue @shykes mentioned is that generating a Go client fails if there's no `go.mod` at the same location of the `dagger.json`: Example ([traces here](https://dagger.cloud/Quartz/traces/cfd39cd018b9e84a9f31f4b40dc835f5)): ``` tree . ├── go.mod...
Resurrecting that issue, the Go issue mentioned above (https://github.com/dagger/dagger/issues/9582#issuecomment-2934952892) has a fix lived and `dagger client update` is waiting for review: https://github.com/dagger/dagger/pull/10973. I'm looking for testers and opinion before we...
> If not using an API call like that, how would you implement custom metadata to a function argument in TypeScript, @TomChv? See Go example in the description. I can...
converting that one to draft since it's not doable yet.
I keep seing this problem too, I can't regenerate clients or executes dagger call, `./hack/dev` works though :/ ``` Error: Post "http://dagger/query": command [docker exec -i dagger-engine-v0.16.2 buildctl dial-stdio] has...
Yes this is because the git directory has no repo to commit on, it's common to every SDK and I think it's a normal behaviour?
@wingyplus Any news on this PR? I'm ready to approve whenever you address changes :D