Results 274 comments of offa

The current API doesn't support other precisions yet unfortunately. This will need some additional work, since it should maintain compatibility and not introduce hacks or other ugly APIs. But I'll...

Using `std::int64_t` only breaks on some systems (`int` wont convert).

I can confirm that editing resources in the global config may cause trouble. I ran into following scenario several times: 1. Builds using lockable resources run and some may wait...

> @offa Please keep this issue open 30-45 days for others opinion on this. Yes, and I've pinned it.

Thanks for you feedback, I have added the section :-)

- [x] Universal Android Debloater GUI - https://github.com/0x192/universal-android-debloater — #248 - [x] Apktool - https://github.com/iBotPeaches/Apktool - [x] ~~APK Studio - https://github.com/vaibhavpandeyvpz/apkstudio~~ — no longer maintained - [x] APKLab - https://github.com/APKLab/APKLab...

An argument for the update is that fmt v9.x fixes a deprecation warning on newer Clang version with C++20 (https://github.com/fmtlib/fmt/issues/2408).

Sounds good to me :+1:. We should use a recent version of GCC / Clang though.

Indeed, didn't notice there's GCC 10 too.

Regardless of `volatile`, why even use a global here?