gianlucascoccia

Results 6 issues of gianlucascoccia

Google has recently introduced the list of [app features in the app page](https://www.greenbot.com/article/3107765/android/google-play-store-is-experimenting-with-glanceable-features-and-details-from-reviews.html). Is it possible to scrape the list of these features?

I'm trying to use smalisca to analyze some popular apps (whatsapp and facebook). After parsing, the resulting sqlite database is kinda small for both, only a few kbs in size....

Hello, I am currently in need of a way of batch parsing the string.xml file of several thousands of apks. Since axmldec is able to perform batch processing of manifest...

As the title says, log below: pip install pycld2 Collecting pycld2 Downloading pycld2-0.31.tar.gz (14.3MB) 100% |████████████████████████████████| 14.3MB 41kB/s Building wheels for collected packages: pycld2 Running setup.py bdist_wheel for pycld2 ......

bug
build

Specifically, I am using google/flan-t5-large in a Colab, but the inference time is rather slow for my needs. Can it benefit from onnxt5?

The reviews methods seems to return a different number of reviews on each call. I slightly modified the example in the documentation to reproduce the issue: ``` import gplay from...