Yuki Kurihara

Results 83 comments of Yuki Kurihara

@soutaro @pocke How about this?

@soutaro I don't think the problem has been improved. Please see my comments https://github.com/ruby/rbs/pull/1180#issuecomment-1360942094

I think the problem is that `BasicObject` does not have `#nil?` method. Besides @soutaro 's example, I think this is another useful usage. ```rbs class Optional[T < Object] # or...

Looking at the `$ htop`, it appeared that there were times when tasks were concentrated on only one cpu. I have not been able to find out which task it...

Pattern matching is not yet supported in Steep. I believe the following is reported in the LSP. ``` Syntax `match_pattern` is not supported in Steep(Ruby::UnsupportedSyntax) ```

初うp! https://speakerdeck.com/ksss/mruby-hacking-guide

Thank you for using this gem :) I think it is useful when seed value have itself fit `uint32_t` or `uint64_t` Let me think about in this case ```rb Digest::MurmurHash3_x86_32.rawdigest('qwe',...

I removed `Object &` and made adjustments to minimize changes.

We can use a workaround to temporarily avoid the issue by utilizing methods like `start_loc` and `end_loc` to ignore the effects of comments.

The key point of this issue is that it's not about `bot` itself, but about the type argument. There is no way to write a test case for `[1,2,3].cycle` despite...