Joshua Bronson
Joshua Bronson
Saw Polymer/polymer#1773 has recently been closed (though apparently the required code got merged in a while ago). Does that help pave the way for this? If so would be happy...
Great to hear you've been working on it but sorry to hear it hasn't been going well! If _you're_ hitting issues that doesn't sound very promising for me (also I...
Come to think of it, for GitHub projects it actually would be trivial to just always include a link to https://github.com/user/project/releases. And if you did feel like trying to go...
Thanks for accepting this and for all your work on VersionEye, @reiz!
Just filed isaacs/github#882 which would be a big help here. Also gave versioneye a nice mention!
A recent email from VersionEye:  I'm confused why there's a single link with the text "polymer:1.9.2 (http://polymer.github.io/LICENSE.txt)" but which the entire thing links...
Got it, thanks @reiz. I guess ideally files like package.json, setup.py, etc. would have an actual field for changelog URL which authors could specify, and tools like versioneye could use....
I hit this too with [a library I maintain](https://github.com/jab/bidict) which is also type-checked by mypy, where this bug does not occur. Surprised to see this is intended behavior of Pyright....
Here is full example code that hits this bug, to make my previous comment more concrete: foolib/_typing.py: ```python if typing.TYPE_CHECKING: from typing_extensions import TypeAlias as TypeAlias else: TypeAlias = 'TypeAlias'...
Being able to see what functions were covered by tests would be useful for me too, and being called indirectly should absolutely still count. > Currently we have to use...