kwzrd

Results 13 comments of kwzrd

> Certain edge cases may occur if a module changes names while unloaded, and in such cases, it may be best to ignore it in code, and send a warning...

Sounds good. Sending a manual alert in the desired staff channel probably makes more sense to me than logging an error, since the situation requires administrative action more so than...

Which browser are you using? It doesn't look like that for me in Firefox: ![Screenshot_2021-03-22_22-23-07](https://user-images.githubusercontent.com/44734341/112060507-90a6c500-8b5d-11eb-9073-5d5a9bad9749.png) Chromium also seems fine. Bulma and Linode still look like they could go lower though.

Hi @vivekashok1221, are you still planning to work on this? If not, I would like to give it a try. If I understand correctly, the agreement is to include the...

Thanks! @minalike Shall I be assigned? And should we remove the `s: planning` label?

I have explored the proposed approaches. The easiest option is to include the icon in the embed thumbnail: ![image](https://github.com/python-discord/bot/assets/44734341/ee3abb86-8617-4e0e-af2d-c539a36c0d5b) Another option is to use the author field. However, the author...

If you would like to test the error handling, you can manually raise an error in `_raise_for_status`. You can force a 401 if you use a bad access token, but...

@shtlrs Thanks for the suggestion, I will happily switch to `tenacity`. Though I have a question about the licensing. The `tenacity` lib is [licensed under Apache 2.0](https://github.com/jd/tenacity/blob/main/LICENSE) which should permit...

@wookie184 Makes sense, thanks for the answer. I'll work on the suggested improvements.

I would like to look into this. I can implement some retry mechanism. I could also make the requests concurrent so that the sync is much faster and it'd be...