King Shaul

Results 32 issues of King Shaul

Can we make a service that listen for events recorded and instead of sending to HW it send it to Android Api HW Manager ? Same was done on scrcpy...

I have a "Status" field. formula = match({"Status": "ACTIVE", "Status": "PENDING START"}) This will have an AND, while I need OR. Solution I used this instead of match. formula_string =...

Can I use it to detect internet connectivity ? I dont want to use shell.

enhancement

![image](https://user-images.githubusercontent.com/43851500/165805529-28678ffc-3a4a-448b-87e7-912fdcf8cd93.png) Any app can detect the existence of ATX / uiauto. Can we avoid it by giving a random name each time we install the app ?

help wanted

I have this: self.device(description='profile', index=4) But for some reason it matches me this: `` Which have index 3. exists() return True but count return 0. Isn't it that both description...

So I had a Gateway issue, it seems that ATX could not be installed in the init section. I solved it by: ![image](https://user-images.githubusercontent.com/43851500/142607862-71dae137-e664-49b9-be56-be61934f0e65.png) and ![image](https://user-images.githubusercontent.com/43851500/142607999-1cc5038b-500f-4ee1-a310-dae805084b3d.png) Also Disabled auto - scan...

anything to do with this responce ? ```` File "C:\Users\manager\Dropbox\instagramAutomation\real\info_grabber\instagramscraper\igramscraper\instagram.py", line 1322, in get_account return user_array['entry_data']['ProfilePage'][0]['graphql']['user'] TypeError: 'NoneType' object is not subscriptable During handling of the above exception, another exception...

https://github.com/realsirjoe/instagram-scraper/blob/ae7824b6abab6971d3749a3316471ad77a1c7d07/igramscraper/instagram.py#L923 Can someone explain this ?

fix media init; add optional return as json; add prints each scrap; extra sleep after 1000; catch Restricted;

After power down I got this issue on many files. Other sqlite3 files were working well. ```` class nestedDictSqlite(defaultdict): 'like defaultdict but default_factory receives the key so table is used...