Tatsuya Sato

Results 26 comments of Tatsuya Sato

God's [hipchat contact](https://github.com/mojombo/god/blob/master/lib/god/contacts/hipchat.rb#L26) uses HipChat API v1 which has be deprecated. In this version, only admin can generate a token. On the other hand, room notification is supported by v2,...

I expected that `define_singleton_method(:bar, block)` in `Foo#foo` matches with `define_singleton_method: (::Symbol, ^(*untyped) -> untyped) -> Symbol` but not and still `steep check says the same error: ``` $ steep check...

![image](https://user-images.githubusercontent.com/124871/141233540-178d9b22-6f80-44bb-b8dc-71f001a5465b.png) Steep VS Code extension shows `&block` of the method `foo` is `untyped` not `Proc` I expected. I confirmed this error is resolved by adding the following overload to the...

I found that v 1.3.0 has already been released https://rubygems.org/gems/roma/versions/1.3.0 :)

You can ignore the failure of the build as we already known this issue and I'm trying to fix it #131 .

I can see 'Merge pull request' button 👍 I will try to reproduce your situation. after that I will merge this PR.

Thank you for your report. Could you give us more detail about what additional stuff did you do for installing roma? I'm guessing you had to [install tokyocabinet](http://roma-kvs.org/learn/tokyocabinet_lib.html).

In whhich version of ruby and of roma does this error happen?

I still see links like https://github.com/voormedia/rails-erd/blob/RailsERD/lib/rails_erd/domain/attribute.rb on rubydoc.info. The correct one is https://github.com/voormedia/rails-erd/blob/master/lib/rails_erd/domain/attribute.rb