Jake Wharton
Jake Wharton
https://toaster.llc/debase/index.html
Ink and ratatui have a lot of these built-in to their core. I think because there's only so many ways to rendering things in the terminal we can bake in...
https://github.com/aristocratos/btop, which is similar to rtop
Eventually we'll probably support a full 24bit palette, but for now no there's no way. Leaving this open as a feature request for the true color palette.
I'll write a test for it, if there isn't one already.
The regular expression stuff seems like a Python 2 vs Python 3 thing. I'll take a look. Not sure there's much I can do about the cygwin errors. I'm just...
I tried to code Python 3 style but have been running on Python 2 locally. I think the result of the call to regex just needs a `str()` around it.
f291c0819522e1b7401d1b941b53e4ae2730f068 fixes the bytes problem on Python 3 but the folders are empty so I'll have to dig more.
The problem here is that you need to extract the dex and then either parse its classes and methods in the same format as `javap` or run a decompiler. I'm...
That is unrelated to this issue. Something (probably proguard) is causing the AspectJ classes to be removed from your APK.