Noboru Saito

Results 123 comments of Noboru Saito

Implemented in v0.34.0. thank you very much. https://github.com/noborus/ov/releases/tag/v0.34.0

I was able to confirm that the code shown works on windows 10, but I don't know the mingw environment. sorry.

I tried to install it and it worked. ```console $ /mingw64/bin/git --version git version 2.41.0.windows.3 ``` ```console $ file /c/Users/noborus/dev/bin/ov /c/Users/noborus/dev/bin/ov: PE32+ executable (console) x86-64 (stripped to external PDB), for...

Oops, sorry. The code above also worked. ![t](https://github.com/noborus/ov/assets/2296563/05cd6550-b3da-4a1a-9884-c6801519af42)

Hmm, I tried it on windows and Ubuntu 22.04 on WSL and the copy worked. I don't know how to work well at the moment because it changes with versions,...

I had the same `panic` as well. This will reproduce the crash. ```go package main import ( "fmt" "log" "github.com/goccy/go-yaml" ) func main() { yml := `{"""":` var v any...

Thank you for the issue. I would like to implement automatic rewriting if no other problems occur, but in reality unexpected problems do occur. Therefore, I believe that it is...

Thank you for the issue. Currently, the old libc binaries do not exist, so you have no choice but to build them yourself. I'm thinking of changing the way binaries...

I tried creating an older version of the binary. https://github.com/noborus/trdsql/releases/download/v0.13.0-rc11/trdsql_v0.13.0-rc11_linux_old_amd64.zip

I need more information to help you. Well, for now I don't understand anything yet.