evildeeds

Results 24 comments of evildeeds

[Wikipedia](https://en.wikipedia.org/wiki/NTFS#File_compression) seem to have a good reference about the NTFS compression algorithm.

You forgot to mention that this has been discussed in the past #227.

It wasn't my intention to make it sound like this is duplicate, sorry about that. I would otherwise have clearly stated so.

Was this issue closed without any patch to c10t? I cannot find a commit adding a line with png_set_user_limits. I'll reopen this and check. png_init_io is now located at https://github.com/udoprog/c10t/blob/3874582abaf3a9e71da27d70c8786176563f4f2c/src/image/format/png.hpp#L69...

Alright there are only a few things left now; * some chunks don't load; I suspect they are not even enqueued, but such chunks are rare. * logging should be...

Since early 1.17 is available (21w13a) I did some quick tests to verify if this still works correctly, and it sort of does with the exclusion of missing palette entries...

According to [this](https://developer.android.com/reference/android/telecom/TelecomManager#endCall()); since API 26 the TelephonyManager now exposes a endCall() method. Which of course is cleaner then accessing ITelephony methods using reflection that may or may not work...

@tanaka141 try some hands on digging by adding ``` if (!(type >= 0 && type

@tanaka141 nice work there with PR #306

Now that we support `TAG_Long_Array` we need to figure out the new map format. A quick glance suggest that BlockStates contains ids referring to the order of Palette content, also...