Takeshi KOMIYA

Results 181 comments of Takeshi KOMIYA

@JosXa Could you let me know about "many typing-related things"? I'd like to know this is commonly used way or not. Is there any specification? >Could someone hint me to...

>The mypy documentation, see chapter 2.5 for .pyi stubs Thanks! This is what I'd wanted. This says we can place `.pyi` file at same directory as the `.py` script: >Write...

Now I'm waiting for @shimizukawa 's comment. Until that, it is not determined yet. So I don't think you need to stop developing now. In addition, it will be shipped...

@shimizukawa thank you for comment. Okay, let's add this feature to sphinx-core. I'll review this again later.

Now I'm adding `autodoc-before-format-args` event to override function signatures from extension. see #6984. I hope this helps to implement this. Is anyone interested in to do that?

@hoefling This is a pull request to modify autodoc, not apidoc. If your comment is not related with reviewing this, please post a new issue as a proposal.

+1 for this idea. I think this would be helpful and useful for users who want to customize the LaTeX styles. But it also harms users who want to customize...

Reproduced on my local. This is not a bug of Steep. It's a bug of type of activesupport gem. For example, I replaced `baz.to_s` with a string literal. Then Steep...

I posted the fix for the type of activesupport gem to the gem_rbs_collection repo. I suppose it will fix your problem. Please check it.