Guillaume J. Charmes

Results 69 comments of Guillaume J. Charmes

Thank you for the PR! Something is off with the build directive, can you take a look?

That snippet doesn't work with the default apple terminal nor ghostty. github.com/gdamore/tcell/[email protected] github.com/rivo/[email protected] Using this code though works: ```go package main import ( "github.com/gdamore/tcell/v2" "github.com/rivo/tview" ) func main() { app...

Confirmed, it works with the latest version. Thank you.

`TestSelect_readEmptyPipe` fails with `The pipe has bytes, should have been ready for reading` Note that `TestReadWriteSync` fails as well (and fails in master too).

Is it an issue with the lib or an issue with the syscall? -- Guillaume J. Charmes On Wed, Jul 10, 2024 at 6:24 AM Johan Walles ***@***.***> wrote: >...

The lib is a thin wrapper on top of the go stdlib syscall.Select. It may be an issue with the go implementation of that syscall on windows -- Guillaume J....

ping @rosstimothy @tigrato @kimlisa when you have a chance, please take another look.

ping @tigrato @kimlisa when you have a chance, please take another look.