Jeremy Adams

Results 37 issues of Jeremy Adams

We should include `binfmt` in our Dagger Engine. This need was described in this issue https://github.com/dagger/dagger/issues/1371#issuecomment-1018407356 and has emerged in the de facto implementations of our multi-arch demos where we...

buildkit
area/engine
cloak

When new users arrive they often look for tutorials, readmes, samples, and examples. We have an `examples` directory that came from the merge of the `cloak` codebase into `main`. It...

cloak

Since your test in test/image.cue has package codecov at the top, and you're in the codecov package directory tree, you don't need to import the universe.dagger.io/alpha/codecov package and don't need...

area/documentation
kind/user-request
initiative/onboardingV2
sdk/cue

### What is the issue? autocomplete via ctrl-ENTER, TAB completion, (any other related) should be described.

area/documentation
cloak
area/graphql

Starting with: - [x] Go SDK: GitHub Actions, CircleCI, GitLab, Jenkins - [x] Python SDK: GitHub Actions, CircleCI, GitLab, Jenkins - [x] Node.js SDK: GitHub Actions, CircleCI, GitLab, Jenkins using...

area/documentation
ecosystem

## Problem Some Dagger devs get confused by the overloaded use of "Workdir" in `Host.Workdir` and `Container.Workdir`. ## Possible Solutions 1) Change `Container.Workdir` Common elements: - Leave `Host.Workdir` as is...

area/engine

``` connect(async (client: Client) => { const source = await client.host().workdir().id() ... }, {LogOutput: process.stdout}) ```

area/documentation
sdk/nodejs

Proposal: - delist the old action from GH Marketplace but leave repo in place. Will allow existing users to continue using. - indicate that the old action is **deprecated** -...