Vlad Vladov

Results 10 comments of Vlad Vladov

> I think the error I'm seeing relates to this. It doens't seem to actually cause any issues its just annoying to constantly be notified. See the attached [stack trace](https://pastebin.com/iR3SfSNu)...

Take a look on handing inlay hints based on that plugin - https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params There is good examples with built-in methods and hints with single arguments like `some_method(arg) - here no...

There are any performance benchmarks for that replacement?

Few seconds still is nice. Would be nice to see more detailed benchmark with `hyperfine` or similar tool. Good job

I found the same issue with images in PNG format -> PNG format with compression (q:0 preset and format_quality: png=75). Original image is ~640 KB, compressed by imgproxy results in...

> In the case of JPEG, the original may be saved with lower quality than you set for imgproxy. In the case of PNG, it may be saved with a...

Thanks for the describing the de-encoding process, I'll test then a few more times with different presets to ensure that problem is not on imgproxy side