Kenta Murata
Kenta Murata
I use OS X El Capitan, homebrew, and rbenv. I always build ruby with `--with-opt-dir=$(brew --prefix)` configure option. Using this ruby, `LIBPATH` in Makefile generated by extconf.rb is: ``` LIBPATH...
[jupyter_on_rails](https://github.com/Yuki-Inoue/jupyter_on_rails) has `jupyter:notebook` rake task to launch jupyter notebook session. iruby-rails should have such a rake task, too. I prefer `notebook:start` or `iruby:start` for the task name.
I'd like to add `julia_package` option to overwrite the package identifier specified in `package` statement.
Ruby 3.3 introduces `RUBY_TYPED_EMBEDDABLE`. Now a BigDecimal with a small amount of digits can embed its internal data.
I opened this issue to outline the development plan for bigdecimal, especially for our new co-maintainer, @tompng. Thank you, @tompng, for joining the project. Over the past several years, I...