davfsa

Results 85 comments of davfsa

@gforcada Yes, I'm also able to reproduce on my machine, not only on CI

@ybedrov @east825 Sorry for bothering, but the CI seems to be stuck (been pending for 42 days now). Anything I could do to get it unstuck?

> I probably found a way to extend the new language processing pipeline to give support for custom "wrap". At least it would be the best place to apply these...

> I don't think it's true that this is a partial object—all of the required fields look like they're there and when I'm looking at the types in the codebase,...

While fixing conflicts I realized that the missing fields are considered to be `GUILD_CREATE`/`GUILD_UPDATE` specific fields only.

> It seems like griffe's behavior matches python's behavior > > ```python > class A: > def foo(self): > """This is a docstring""" > > class B(A): > def foo(self):...

This is a client bug, not an API one. Ephemeral messages are never stored as actual messages. You can report it at https://discord.gg/discord-testers Further info you can add to your...

> Also this would need to be documented somewhere (probably the readme or an extra doc page about extensions) I initially intended to make this a draft, just to get...

> Just wondering if you considered displaying extensions in the printout the Bot classes emit when they're initiated since that seems to be seen by more ppl? Would be nice...

Funny thing I found out too, if you try to reveal the type of the class that errors right before it is defined, it reveals the type correctly and works...