Yuki Kurihara

Results 83 comments of Yuki Kurihara

@ParadoxV5 Thanks for the review. Indeed, with this change `1 ** BigDecimal(1)` would result in a type error. What about the idea of extending `Integer#**` from BigDecimal? Like `+` or...

It’s a simple example, but I believe it can still serve as a useful reference. Since it includes internal methods as well, I don’t believe we need to provide all...

This is a list of methods that have Ruby methods but no types provided yet. They are shown as prototypes so that types can be added immediately.

🙋‍♀️ I am running for the position of core maintainer. I believe I meet all the requirements. I am concerned that there are no maintainers for all the Rails gems....

I think we should carefully consider that this change will have a positive outcome. - `interned` is too generic a name. It should be given a name that makes sense...

Updated in https://github.com/ruby/gem_rbs_collection/pull/542/files#diff-06719055b4b29f3b9315274c1a64d241154acdf5adf22854586b006e5cbaa272

@aki19035vc Thank you for your contributing. But, the difference was too large for me to understand the purpose of the changes. > ActiveModel::Error was added in 6.1. - Why is...

@aki19035vc OK, make sense. Whether you do or not, we should make 6.1. Without 6.1, users using 6.1 will not be able to use `ActiveModel::Error`. However, I am not satisfied...

@pocke Good idea. I updated `init_new_gem`. And to facilitate the update of rubocop-on-rbs, I have rewritten the settings on a per-cop basis.

@pocke I also thought about the operation of updating rubocop-on-rbs. Do you have any concerns?