Gerhard Lazu

Results 194 comments of Gerhard Lazu

FWIW: https://youtu.be/cdEfbrzRuoc?t=4999

I was looking for the same functionality. This stop gap one-liner worked for me, leaving it here in case it helps others: ```console awk '{ system("asdf plugin-add " $1) }'...

I am also interested in this. This is my generic question which lead me here: https://github.com/orgs/community/discussions/30693 This issue seems like a great place to add more context and make it...

The new [larger GitHub Actions hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners) makes my previous comment a non-issue. This new feature made a huge positive different for us already: https://github.com/dagger/dagger/pull/3277#issuecomment-1270640486. Great job everyone! 🤘

@vito just mentioned this, and this is exactly what I kind of implemented in a different way here, using `Build`: https://github.com/thechangelog/changelog.com/blob/77cd98383a165ff3053c893fc719f4ea8486e605/magefiles/image/image.go#L95-L105 That allows me to do things like: ```go build....

Sounds good to me @vikram-dagger 👍

@AlvaroRaul7 I know that this took longer than expected, thank you for sticking with us! 💪

Looks good to me! Submit as PR and we'll get it merged straight away.

I noticed this morning that my fork created a `0.5.1` engine package. This should not have happened. I deleted this package version manually. ![image](https://user-images.githubusercontent.com/3342/201668082-9ba626c2-00a0-4a11-9e86-26c5fc8b33e6.png) ![image](https://user-images.githubusercontent.com/3342/201668042-ff3d8f7d-51d7-4030-86d0-95fc8c78ea89.png) The PAT that I am...

Current task list (offload): - [ ] merge `publish-cli.yml` & `publish-engine.yml` into `publish-engine-and-cli.yml` - [ ] only publish the CLI when we are publishing a tag, e.g. `v0.3.5` - [...