Jffarge
Jffarge
### Which problem is this feature request solving? I don't know if it's possible but this feature would give more granularity in the way we manage access by countries. This...
Speeling mistake ;)
Who's using CUE ? **Dagger** Repository: https://github.com/dagger/dagger website: https://dagger.io Documentation: https://docs.dagger.io
Improve current NodeJS SDK reflecting what's happening for Go and Python SDK. Example: ```js const { contents } = await new Api().container().from({address: "alpine"}).exec({args: ["apk", "add", "curl"]}).stdout().contents() ``` Related tasks: -...
Publishes the NodeJS SDK to the registry so that it can be installed by name. ex: `npm publish @dagger.io/nodejs-sdk` https://www.npmjs.com is the npm Registry that has a public collection of...
Cover more case with tests for queryBuilder args [sdk/nodejs/api/utils.ts](https://github.com/dagger/dagger/pull/3459/files#diff-91760ee77fd1f9ccdb427d7a73480645e73c476f18781789dcadb5d49a7a3113). see `sdk/go/internal/querybuilder/marshal.go` and `sdk/go/internal/querybuilder/marshal_test.go` for inspiration
Little UI improvement if we could add SDKs language icons (GO, Python, NodeJS, CUE) in the sidebar next to the title: Go SDK Python SDK ...
### What are you trying to do? The goal of this feature is to use a high level typed query builder. Instead of asking developers to use GraphQL syntax, we...
The actual query builder is always returning an object like the following example: ```js const source = await client.host().workdir().id() // Return // {id: "myID...."} ``` Because the GraphQL api will...
mdx-js/react seems to be not used anymore. Signed-off-by: jffarge