Lev Lazinskiy
Lev Lazinskiy
### What is the issue? This was reported by Nipuna in discord[1] The terminal command seems to kick into "pre" terminal mode before the from image is pulled. So while...
### What is the issue? While reviewing a PR I noticed that H1 and H2 appear to have the same font-size, looking in chrome dev tools I see some conflicting...
### What are you trying to do? Right now if I add a tag to dagger.json, it will install the correct version of my module, but it will overwrite the...
It seems that the `f` key to favorite a post does not work if you are reading the post. This makes the interaction a bit awkward because if I exit,...
### What is the issue? Right now we show you how to add multiple env var in container but not a single one. We should show both in the cookbook....
The instructions we have for MacOS will not work because it tells you to `cd /usr/local` and then run the install script, but users do not have permission to install...
This commit shows an example and clarifies the disctinction between using the `/merge` ref and the `/head` ref. This is based on the feedback we got from Mark here: https://github.com/dagger/dagger/pull/8194#discussion_r1724578389
### What are you trying to do? I want to be able to make changes to code locally and see them reflected in my running Dagger services similar to how...
### What is the issue? Given a new function called `foo` that returns a `dagger.Container`, the first time you run `dagger call foo terminal` it will appear to hang because...