Bluenix

Results 36 comments of Bluenix
trafficstars

> Dealing with the lack of `Event.clear()` Out of all the things this is actually what I am having the most issues with. I had to change the structure of...

I don't think I understand the issue here. There's no summary of what you mean by this, and I don't think you reached any type of finalized point. It is...

> Did you test this at 50 requests per second? I have done tests in the past, but now I did a completely over-the-top test towards the Discord API. ```python...

> Due to being unexpected. It's not acceptable for the documentation to be in a state where you have to do this. It's not acceptable on the library end because...

I've been trying out some stuff and I now have a different implementation as a prototype: ```python class GlobalRatelimit: def __init__(self) -> None: self._lock = anyio.Lock() self._tokens = deque(maxlen=50) async...

As per [this message in the discord](https://discord.com/channels/267624335836053506/635950537262759947/966658073009725542) I will be taking over this PR.

I do not have any other changes - this is ready for review! The preview failed because of ratelimits, I am not sure whether I can re-run them.

While testing this I can't get the auto-filtering to work.. 1. Add YouTube with `b!blacklist add domain_name https://youtube.com/` 2. Log in with my alt and paste `https://tinyurl.com/materialgworlbustdown` which redirects to...

> I'm not up to date on whether we are already using threads with Sir Lancebot. Is this issue currently blocked? Yes @lxnn we need to wait for Python bot's...

It won't, discord.py has been archived and Python bot will be moved to the most recent commit and use that for the time being.