Tom Payne
Tom Payne
When the tests are run with `-race`, a race condition is detected in the `geometry` package: ``` ================== WARNING: DATA RACE Read at 0x00c000138120 by goroutine 106: reflect.typedmemmove() /opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mbarrier.go:193 +0x0...
Fixes #3724. @joshuaspence would you be able to test this?
Refs #3744.
This reverts commit 9b57763a79e2e744d53eafb6483972e32afbd3b8. Uses https://forum.snapcraft.io/t/call-for-testing-snapcraft-8-2-1/39928/2. Draft PR for testing. To be merged when the snapcraft issues are resolved.
## Is your feature request related to a problem? Please describe. I'm always frustrated when I log into a machine that I've never logged into before and don't have my...
## Is your feature request related to a problem? Please describe. I'm always frustrated when I have to update chezmoi's dependencies as it requires a lot of manual work: *...
GitHub Actions tests on macOS occasionally fail due to unexpected output from KeePassXC in open mode
## Describe the bug chezmoi test on macos on GitHub Actions occasionally fail due to unexpected output from KeePassXC in open mode, like in [this run](https://github.com/twpayne/chezmoi/actions/runs/8074261512/job/22059282447): ``` Run go test...
An early step towards #483.
**Is your feature request related to a problem? Please describe.** My application uses `textinput`s with long prompts. The prompts are long because they contain multiple filenames from the user that...
**Describe the bug** bubbletea panics with the message `tea.unknownCSISequenceMsg: unknown message type` occasionally. I'm unable to reproduce this, but "Effective Go" states that [libraries should not panic](https://go.dev/doc/effective_go#panic). **Setup** This was...