lena

Results 94 comments of lena

> I think I voiced my concerns about all-in-one tooling on discord before; to summarize, not being able to update linter and formatter separately anymore isn't ideal. Don't see much...

> https://github.com/DisnakeDev/disnake/pull/1169/commits/165ab8484b816187a54fda57b1492503299d38ab Undo the formatting changes too Excuse me, why?

If i remember correctly, disnake uses `asyncio.get_event_loop`/`asyncio.get_running_loop` in certain parts, which means that the loop you passed via `loop=` may be a different loop than the one returned by the...

As far as i can read the current implementation, changing the type hint to the proposed one will have 0 effect on any existing codebase, since it already handles `None`s...

FYI i use Bot.dispatch in my bot for several disnake versions in a row with zero changes, an i believe situation is the same in nextcord too. dispatch is very...

> termux 👍 pkg install clang libexecinfo libgc libgc-static make git Thanks, that worked! @RIC217 it appears that you need to install listed dependencies *both* in Termux environment itself and...

@dalexeev I (hopefully) addressed most of your concerns in e7e4ac835, but i am still not sure how to approach the examples. I have something like this in mind: ```gdscript class_name...

@dalexeev As i haven't heard anything negative towards the proposed example, i went ahead and replaced the weapon/pistol example with this new one. I also added a `.. warning::` section,...