Kalen Krempely
Kalen Krempely
Adds another concrete bubbletea widget example on how to use the confirmation prompt with custom keyMap. Feel free to "not" merge and close this PR since the example is so...
Allow jobs to start with a number which is extremely useful for certain types of pipelines as explained below. After upgrading from Concourse 5 to 7 (v7.8.3) I am currently...
I am running a binary using [exec.Command](https://pkg.go.dev/os/exec#Command) which calls SetRaw which is hanging on `tcset(m.f.Fd(), &rawState)`. When I run my binary in my terminal (not using exec.Command) SetRaw does not...
Can you help explain how to properly use `WithWaitGroup()` especially when an error occurs? I seem to be having some misunderstanding. The general pattern without using a progress bar which...
When using regexp it does not pull the latest version of the file. Issues persists no matter if bucket versioning is enabled or not. Would it be possible to default...
The docs show the following example for inserting $libdir using gpconfig for GPDB7. But it fails for me as explained below. Can this be investigated and if needed made a...
### Describe the bug Images built with docker version 25 or later fail to push as shown in the below error. For example, my task is pulling the latest docker...
How can I push a tag that is "not" known upfront when specifying the resource? That is, how to push a tag that is only known when building the image?...
When upgrading from the docker-image resource to the registry-image a test that works for docker-image is failing with registry-image. Below is the minimal reproduction. Thanks for @bradfordb-vmware for the help!...
**Describe the bug** Extra newlines are added between every line appearing as if the text was double spaced when using lipgloss.JoinVertical(). It _only appears to_ occur on subsequent renders/calls. This...