Kenta Murata

Results 124 comments of Kenta Murata

@jeremyhaile I want to accept your pull-request if you can make pycall thread safe even if it doesn’t introduce any overhead to single-threaded applications. By the way, I’m working for...

No, there isn't any updates. I’m sorry I cannot handle this right now. Any investigation results you may have are welcome.

@jeremyhaile Thank you for remembering me this old issue!

We can drop Ruby 2.7 support now.

@wynksaiddestroy You can pass a Proc object to Python function like: ``` irb(main):001:0> words = ['Foo', 'Bar', 'Foobar'] => ["Foo", "Bar", "Foobar"] irb(main):002:0> short_words = PyCall.builtins.filter.(->{ _1.length < 4 },...

@mknkmyzk @andreimerfu I'm sorry for being too late. I've released v1.5.0 with #129. The Python objects memory leak should be resolved now. Could you please check with the new version...

Waiting for https://github.com/ruby/prism/issues/2468.

I've developed a proof-of-concept library named [streamlit-julia-call](https://github.com/mrkn/streamlit-julia-call), which enables calling Julia from Streamlit applications. You can see how to use it in [a simple demo app](https://github.com/mrkn/streamlit-julia-call-demo). I hope it proves...

@rhannequin He’s recent work is only for leaving this library out of Ruby’s default gems. I think there are few people who can review new features of bigdecimal in the...

@rhannequin Thank you for your understanding and cooperation!