Noboru Saito

Results 123 comments of Noboru Saito

I think it's unreasonable to adopt less's keybinding anymore. For example, newer versions of less allow headers to be specified, but must be specified using `--header` or `-h`. I can't...

I understand from this project that people already had a range of minimum interpretations. I hope you understand that your minimum is different from the minimum of others.

Implemented in v0.20.0. thank you.

I also changed the build environment to put binaries compatible with older libcs built with zig. https://github.com/noborus/trdsql/releases/download/v0.13.0-rc11/trdsql_v0.13.0-rc11_linux_old_amd64.zip A static link version can also be built, but it has not been...

I'll close it because it's resolved. If there are any problems, please reopen.

Thank you for the issue. That's certainly how it works. However, I am not convinced that adding LF is correct. What kind of problems will occur?

thank you for your reply. It seems correct to use tformat in the example you mention. ```console git log --format=tformat:'%C(red)%h %C(green)%as %C(reset)%s' -2 ``` The current behavior is the same...

Sorry for not being able to reply. For a while, I've been thinking of writing a note to remove the arm64 binary on the Mac in Homebrew, and the arm64...

I tried changing the build method using github actions. Please let me know the results of your trial. version: v.013.0-rc8 Homebrew(brew install noborus/tap/trdsql) https://github.com/noborus/homebrew-tap/blob/master/trdsql.rb binary https://github.com/noborus/trdsql/releases/download/v0.13.0-rc8/trdsql_v0.13.0-rc8_darwin_arm64.zip