PiR43
PiR43
Same problem here, compileSdk changed from "9" to "6.0-2438415" with apkTool 2.3.4 or 2.4.0. But no problem with apkTool 2.3.3 (compileSdk not modified) so regression seems be in 2.3.4 version.
I have found that the version used ("6.0-2438415") is taken from the version of the framwork apk (1.apk). ``` ➜ /tmp unzip /opt/apktool_2.4.1.jar brut/androlib/android-framework.jar Archive: /opt/apktool_2.4.1.jar inflating: brut/androlib/android-framework.jar ➜ /tmp...
I have also the problem of emulator who don't start. And for me it is the same problem than JoeSSS (bad emulator binary used). I have tested to build an...
Europe (France) - MSZ-GC works but need to change the bitrate from 2400 to 9600 in the library. I have found the bitrate fix here : https://www.esp8266.com/viewtopic.php?f=29&t=13207&start=24. @SwiCago I think...
for the error "module 'websocket' has no attribute 'enableTrace'" you must install websocket-client: `pip install websocket-client` @Hermann-SW I found this pull request very usefull, thanks.
I think you want this page : https://chess-endgame-trainer.web.app/list/3/2. The King + Knight + Bishop vs King mate are present but not in "Knight + Bishop" section but in "Knight" section...
I have just created a pull request who manage the load target like proposed by @erm3nda https://github.com/opsengine/cpulimit/pull/74
I had already put : 'prioritize_exact_match': False (I think it is the correct syntax with the python client). But don't see difference with prioritize_exact_match True or False I have also...
Yes I think a flag for desactive it will be good. Specially when the exact world is only found in a field with less weight than the first field: we...
@kishorenc do you plan add a flag for deactivated this in the next version?