Danny Sauer

Results 99 comments of Danny Sauer

Actually, I might have conflated two errors. One is that the path is all wonky. The other is that the argument is actually rejected. :D

...and looking closer, the docker run command github uses sets the workdir, so a relative path *should* just work to begin with. I'm getting an argument parsing error. I wonder...

1. Use of a hammer: $1.00 2. Knowing where to tap: $999.00 😂

Looks like the command parser is already forcing to lowercase. https://github.com/diggerhq/digger/blob/bbc19311d2c1c18771befb208c14f706321df5ce/libs/scheduler/utils.go#L26-L42

Bear in mind that the more fields a bug report template has, the less likely I am to complete the high-friction process. In projects like that, I'll sometimes just deal...

I guess since [SCIM was recently implemented](https://github.com/docker/roadmap/issues/309) for the highest price business plan, there's very little hope for the API to manage users on the other plans. The official answer...

https://github.com/asdf-vm/actions should take care of this, right? So the docs just need to mention something about adding this into the workflow? ``` - uses: asdf-vm/actions/install@v3 ``` Then it should just...

Follow-up: I've been using the asdf install action for a little bit, and it works. The "official" action will generate a bunch of extra warnings in the action log due...

https://github.com/helm/chart-releaser-action would be an easy way to actually publish the chart. I can't do the publishing part and generating a repo secret in a PR, or I'd open a PR...

Is there any particular reason the DELETE method isn't documented seven years later in the "latest" API docs at https://docs.docker.com/docker-hub/api/latest/#tag/repositories? Are there other undocumented parts of the API?