jmkdev
jmkdev
I also would like to see this implemented.
Hi, any update on this? Is apng support still being considered?
https://github.com/kdschlosser/wxAnimation I just found this repo which appears to add support for apng and some other decoders - might be worth looking into.
Here's a crazy and bad idea, but maybe worth thinking about: `:get()` could do something sneaky when returning a table, like proxying it and watching for `__newindex` to mark it...
There's a lot of items here that don't appear accurate.
> You still haven't explained what this base system is https://ro.py.jmk.gg/bases/
If we were to do this, it would be very clear that the change is hugely breaking
When I call BaseUser.expand() I expect a User back. When I call User.expand(), what should happen?
I'm unsure about this. I'm imagining a `BaseUser.expand()` function and I guess it would look something like this: ```py async def expand(self): await self._client.get_user(self.id) ``` Why is this a useful...
going to do this for v3 along with aiohttp and pydantic