Noboru Saito

Results 123 comments of Noboru Saito

Thank you for the issue. Oops, I accidentally put in an early return.

Thank you. There was a mistake in the error detection similar to the following issue: https://github.com/spf13/viper/issues/1139 I will fix it.

Thanks for your pull request. Documentation improvements are welcome.

Thank you for the correction. I think it's good so I'll merge it. Please feel free to give your feedback anytime.

Thank you. Is this a problem related to "Bracketed Paste"? https://github.com/gdamore/tcell?tab=readme-ov-file#bracketed-paste Does it work differently if I run EnablePage() first? ```diff diff --git a/oviewer/oviewer.go b/oviewer/oviewer.go index c079cec..d601654 100644 --- a/oviewer/oviewer.go...

Thank you! That's why an event will occur one character? ! Will it work correctly by canceling the incremental search when there is a pending event? ```diff diff --git a/oviewer/search.go...