Files
vikunja/pkg/modules/dump
kolaente 9b40ad9b46 fix(dump): reuse single stdin reader for all restore prompts
Each prompt created its own bufio.Reader over os.Stdin. The first
reader buffers ahead, so with piped input the later readers hit EOF
because the remaining lines were already sitting in the first
reader's buffer.
2026-07-31 20:57:30 +02:00
..