Noboru Saito

Results 15 issues of Noboru Saito

Add a column check outside the array range. Added a test with irregular columns.

I am currently developing a package to convert tcell styles to ANSI escape sequences (https://github.com/noborus/tcellansi). However, I am unable to retrieve UnderlineStyle and UnderlineColor, which prevents me from completing the...

A panic occurred in trdsql. ```error panic: runtime error: slice bounds out of range [77:76] goroutine 1 [running]: github.com/noborus/guesswidth.split({0xc000028a50, 0x4c}, {0xc00001ea40?, 0x7, 0x8}, 0x1) /go/src/github.com/noborus/guesswidth/guesswidth.go:282 +0x409 github.com/noborus/guesswidth.(*GuessWidth).Read(0xc00007e700) /go/src/github.com/noborus/guesswidth/guesswidth.go:179 +0xa5 github.com/noborus/trdsql.NewGWReader({0x202e8858c78,...

Implements the ability to open the currently displayed file in an external editor, similar to the behavior of the `v` key in `less`. However, in ov, the default key binding...

enhancement