Atsushi Tatsuma

Results 6 issues of Atsushi Tatsuma

Installation of Numo::Linalg fails with Xcode14 and Ruby 3.1 as follows: ```sh $ xcodebuild -version Xcode 14.1 Build version 14B47b $ ruby -v ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [arm64-darwin21] $...

Thank you for the great library. I have been developing [Ruby bindings for llama.cpp](https://github.com/yoshoku/llama_cpp.rb). I would be grateful if you could add it to the bindings list on README.

This pull request aims to fix failing builds: https://github.com/ruby-numo/numo-linalg/actions/runs/3911069400 Since the actions/ruby-setup is deprecated, I would like to migrate to the ruby/ruby-setup. In addition, I have added Ruby v3.1 and...

redis-rb v5 depends on redis_client, and redis_client's initialize method does not have `ttl` keyword argument, so specifying the ttl option in redis-session-store will cause an ArgumentError when starting Rails. This...

With ttfunk v1.8.0, using Japanese true type fonts such as GenShin Gothic resulted in creating PDF files that could not be loaded in Acrobat Reader. The cause seems to be...

The `log2` and `log10` methods defined in the `Math` module for `SComplex` and `DComplex` classes are not computing correctly due to variable name typos. This pull request fixes these issues....