Jakub Kuczys

Results 160 comments of Jakub Kuczys

This is caused by the recent change to Config: https://github.com/Cog-Creators/Red-DiscordBot/commit/b0ab6186ef20ef16d97d9a2f8771417b08ea27f3 As it turns out, setting a default for a key to a `dict` subclass makes Config return that subclass when...

There's actually a third option... We could special-case dict and its subclasses (they're already treated special in many places anyway) and only keep the behavior introduced by https://github.com/Cog-Creators/Red-DiscordBot/commit/b0ab6186ef20ef16d97d9a2f8771417b08ea27f3 for all...

These warnings are related to `aiohttp`, related pull request: https://github.com/aio-libs/aiohttp/pull/4570 ``` ..venv\lib\site-packages\aiohttp\helpers.py:107: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def noop(*args, **kwargs): # type: ignore...

Thanks for letting us know, I've just updated the issue.

I believe this feature is too niche though I'm not a very big user of Streams cog. @palmtree5 what do you think about this?

@aikaterna thanks for testing! This *should* be resolved now.

Ideally, we should switch from [`apsw-wheels`](https://pypi.org/project/apsw-wheels/) to [`apsw`](https://pypi.org/project/apsw/) PyPI package in this PR as well. Right now there are no wheels for manylinux aarch64 (which is going to be fixed...

If someone's interested in the diffs (do mind that this is still draft until the split and possibly some other changes), I suggest looking at the first 14 commits for...

After looking at this again, it seems to me that this `except` block should only get hit *if* there is no track currently playing so this shouldn't need to be...

While testing this, I experienced a 26-second slowdown, let's not go down this road for now...