KOGA Mitsuhiro

Results 80 comments of KOGA Mitsuhiro

@akiyosi I don't know why, but I was able to output the help to the console with the following command. ``` goneovim --help | more # for PowerShell goneovim --help...

Thank you. You can also use environment variables for the username and password. How about these methods? **modify accelerator.env** ``` USER=foo PASSWORD=bar ``` or **modify docker-compose.yml** ```yaml accelerator: environment: -...

@akiyosi Crash when enabling stage manager. There was no problem with Stage Manager being disabled.

Additionally, I found that enabling DesktopNotifications and Stage Manager sometimes causes a crash on startup. crash log ``` signal 16 received but handler not on signal stack mp.gsignal stack [0x14000004000...

Perhaps the difference in CPUs may have an impact. My environments that crash are M2 Pro and M3.

I found a pull requests that fixes the same error message. I'm not sure if this fixes it in the same way. https://github.com/wailsapp/wails/pull/2152

There is a fix for the same error message in golang itself. This fix has been incorporated in golang 1.22.2. https://github.com/golang/go/issues/60007

I tried building with go 1.22.2 but unfortunately it did not solve the problem.

Please read the explanation in the intro carefully. > When Vim starts without a file name, an introductory message is displayed. It is removed as soon as the display is...