Timothée Mazzucotelli

Results 1156 comments of Timothée Mazzucotelli

Hi @tristanlatr :slightly_smiling_face: > I've had time to start working on pydocspec again. Nice, I already looked a bit what you recently committed (quite of lot of code!), I'll try...

Hi, thanks for the report! > Griffe seems to be unable to resolve builtins in stub files After having taken a look at your logs (thanks!), I'd rephrase that to...

Ah, maybe found a patch, if you could try it: ```python for new_member, alias_lineno, alias_endlineno in expanded: overwrite = False already_present = new_member.name in obj.members if already_present: old_member = obj[new_member.name]...

This should now be fixed by 0.20.0! Thank you for the report and help! Let me know if you still encounter issues :slightly_smiling_face:

Oh yes, that's another issue. Will reopen until it's fixed.

I'll try to push a fix soon :slightly_smiling_face: Just need proper testing.

Hey @LordOfPolls, sorry for the long wait. I've been busy / suffering from burnout. Could you let me know if I can still replicate the issue within https://github.com/NAFTeam/NAFF?

Could you share the full traceback :slightly_smiling_face: ? Also, do you have a public repository that I can use to replicate?

Hi @jessekrubin! Any chance you could share that traceback :smile:? I'm slowly getting back to Griffe after a long and busy time :slightly_smiling_face:

Types that are not valid Python (syntax error) are fine indeed. The issue arises when the type is valid Python but not a valid type. Rather than adding complex logic...