Crashed on start
- macOS 13.0.1 on M2 (arm64)
- Installed from Homebrew.
- Running zsh with Oh My Zsh framework (tried both Terminal app and iTerm2).
- after running
kalk:[1] 33491 killed kalk
It seems that the AOT version on ARM64 is failing. Only workaround for now is to have installed a .NET Runtime 7.0+ and install kalk as a global tool as explained here
@santisbon, 54MB (!!!) calculator that refuses to accept arguments to calculate directly from the command line, and when it goes into its own shell, it throws errors trying to calculate the percentages. Why do you need such a calculator?
If you like gigantomania, try Qalculate, otherwise Kalker is a fast and small alternative.
$ qalc 100+10%
100 * (110 * percent) = 110
$ kalker 100+10%
110
and when it goes into its own shell, it throws errors trying to calculate the percentages
% is a modulo operator, it's not percentage, hence the error.
It seems that the AOT version on ARM64 is failing. Only workaround for now is to have installed a .NET Runtime 7.0+ and install kalk as a global tool as explained here
Thanks. I had to install the .NET SDK, not just the runtime to dotnet tool install --global kalk successfully.
Also, although the latest version of the runtime is 8, I indeed had to use version 7 to run ~/.dotnet/tools/kalk.