antonmedv / walk

Terminal file manager
MIT License
3.26k stars 90 forks source link

panic: read /dev/stdin: resource temporarily unavailable #16

Closed boris-kuz closed 1 year ago

boris-kuz commented 2 years ago

Hey there.

On OSX 11.4 (Intel), I get the following error after navigating to a file, editing it with Neovim, and exiting Neovim:

panic: read /dev/stdin: resource temporarily unavailable

goroutine 1 [running]:
main.main()
    /Users/anton/dev/llama/main.go:66 +0x277
antonmedv commented 2 years ago

Yeah, can’t do much. This issues is blocking https://github.com/charmbracelet/bubbletea/issues/171

boris-kuz commented 2 years ago

Ah, that's a shame. Thanks for responding so quickly! Also, awesome project, love using llama. :)

meowgorithm commented 1 year ago

The appropriate functionality has been implemented in Bubble Tea and Llama's been updated accordingly in https://github.com/antonmedv/llama/pull/19, which I believe resolves this issue.