pavelbazika

Results 6 issues of pavelbazika

I have some finalization code in my onEvicted which is needed to call on all cached objects when the application terminates. I've found the Flush function that cleans the cache,...

Hi, Sometimes, the case in Content-Types.xml and zipped file names do not match. Maybe not an issue on Windows, but is is an issue, when such file is searched in...

Hi, when xml is not encoded in utf-8, decoder requires charset reader. Credits: https://stackoverflow.com/questions/6002619/unmarshal-an-iso-8859-1-xml-input-in-go/32224438#32224438

Hi, I try to build a project using `du` library on FreeBSD, but because of mess in `stat` structure across platforms, there is a problem with `int64` vs `uint64`. Thus...

When thumbnail creation is requested, but the original image URI does not have `file://` but `content://` scheme, method neededRotation did not worked. `getAbsolutePath()` does not return valid path in such...

When the project is cloned, initial gradle sync fails with > Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1). > Searched in the following locations: > https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar As can be found, `google()` maven...