Alex Grebenyuk

Results 380 comments of Alex Grebenyuk

I'm planning to work on version 13.0 soon, and it would be a good time to introduce any breaking changes if needed.

It't be great to add something similar to [`Get/willSendRequest`](https://kean-docs.github.io/get/documentation/get/apiclientdelegate/client(_:willsendrequest:)-2d1ke) to Nuke's [ImagePipelineDelegate](https://kean-docs.github.io/nuke/documentation/nuke/imagepipelinedelegate). In the current system, I don't think there are any APIs like that available. I would recommend creating...

Hey @alexjameslittle, Could you please share the pipeline configuration that you are using? What is the usage pattern? Is the app loading large number of images with high resolution? >...

There are multiple things that _will_ contribute to high memory usage: - Blurring - isStoringPreviewsInMemoryCache - more images in the memory cache - progressive image decoding – both computationally and...

> if you continue to scroll through even more images the app then does terminates itself due to excessive memory usage. It does indicate that the might be a leak...

If it has any closed source code, I would not recommend sharing it. I should be able to do an investigation based on the details you provided.

Thanks @alexjameslittle. I've tested the demo project and haven't identified anything beyond what I would expect, considering the size of the images. On my device, the memory footprint never grows...

Hey, @mergesort 👋 > when using ImageRenderer, but when I try to use ImageRenderer I'm not seeing this work. Can you please confirm if you see the same behavior when...

Hi, I would appreciate if you could include some more details: - Stacktrace - OS you are using - Steps to reproduce

Hey, could you please share the configuration? What [method of logging network requests](https://kean-docs.github.io/pulse/documentation/pulse/networklogging-article#app-top) are you using?