Zbynek Vyskovsky

Results 11 comments of Zbynek Vyskovsky

+1 on this, especially the first one is useful as you usually know exact key and want to have some vague match for the value. Also, simplifies the unit test...

Thanks @tim-finnigan for the response and suggesting how to enable the log. It helped and I found the issue. The code was checking `Attributes` field but the original attributes appear...

Thank @tim-finnigan . This part of documentation is only for successful update. In this case, I want to see original value if the update fails and that is missing in...

H265 videos should be now support, please check the latest version.

Minimum Java 11 is required but anything newer should work too. And I believe only 64-bit video libraries are provided. (just confirmed on Windows 11 with Java 21)

@chumack : I'm afraid this 1 core is a limitation by JavaCv library for video encoding - I attempted to set multithreading based on Ffmpeg documentation but none of that...

> Hello @kvr000, > > This code should be in `ArrayUtils`. TY! @garydgregory : Yeah, got it, was busy to finish that. Fixed now, thank you.

> Hello @kvr000 > > * See my scattered comments. > * Add a method called `createSortedList(int...)` that guarantees sorted results and use it. > * Add tests for non-sorted...

> @kvr000 Please revert the First/Last APIs. @garydgregory : As explained in https://github.com/apache/commons-lang/pull/1270/#discussion_r1759171390 , I want to keep First/Last as I find them more useful due to their predictability. I...