Alexander Karpinsky

Results 93 comments of Alexander Karpinsky

There are questions about the new API https://github.com/strukturag/libheif/issues/919 https://github.com/strukturag/libheif/issues/920

> it will include the time that paired threads spent stalled on the shared ALU I believe this number is still interesting. For example, If I have 2-core CPU with...

> FONT_NAME="Karla-Regular.woff2" Could you provide a link to the file or the file itself?

@radarhere > Since the parameters are an immutable series of items, [tuples.](https://stackoverflow.com/a/1708538) The [accepted answer](https://stackoverflow.com/a/1708610/253146) is much better than the one you are referring. Immutability is a property of tuples,...

> How can I get [chroma subsampling](https://en.wikipedia.org/wiki/Chroma_subsampling) for JPEG XL, like for other image formats, including JPEG itself? Ok, [I found this](https://cloudinary.com/blog/how_jpeg_xl_compares_to_other_image_codecs): > Internally, JPEG XL leverages a novel, perceptually-motivated...

@TheHardew sure, the same as if you are resizing the image after decoding. The difference is you can decide to resize, to not resize, or resize to any arbitrary size....

I thought it's a simple question. If something was done, it should have purposes.

Please also add optional dependencies for other handlers like `async`. Currently there is a note in documentation: > The following examples use the async handler that requires the HTTPX package...

@phillipuniverse Right. I think it's a good idea to define one key in `extras_require` for every handler (even if the actual list is empty) so the one could specify `rollbar[thread]>=0.17.0`...

It's wall clock time. It differs from CPU time on async tasks.