rdb

Results 443 comments of rdb

I'm not entirely sure what you mean by "the existing class handle of zlib compression". We do already pull in the zlib library for other purposes in our C++ codebase,...

I agree, it would be nice to see some comparisons of both size and decompression speed of the image data when (1) uncompressed, (2) compressed with zlib, and (3) compressed...

If it were implemented in 1.10.15 then it would have to be before the changes to CommonFilters. I think the LUT is optional, right?

You're right, this is an important omission, there is no good reason why CInterval should not be awaitable as well.

Whoops, I pressed a wrong button. I need an opinion on what would be the most intuitive: if some code is awaiting an interval and some other code pauses or...

Yeah, I think if someone intends to cancel the interval, then a CancelledException should propagate into the coroutine. If your coroutine awaits some interval, the code following the `await` it...

I implemented this for 1.10.9, though somewhat inefficiently (it doesn't suspend the task, but polls the task every frame until the interval is done), and without cancellation support. I'm leaving...

Oops, an oversight. It seems that the buildbot didn't update the image properly and the one it had didn't have Python 3.12. I poked the buildbot and will upload a...