jnozsc
jnozsc
fyi: this issue has been fixed in version `0.8.0`
```>>> ua = "Mozilla/5.0 (Linux; Android 9; ONEPLUS A6003) AppleWebKit/537.36 (KHTML; like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 Brave/74" >>> from user_agents import parse >>> user_agent = parse(ua) >>> user_agent >>> user_agent.device.brand...
it is not a `python-user-agents` issue, please report to https://github.com/ua-parser/uap-core
``` >>> ua = "Mozilla/5.0 (Linux; Android 8.0.0; Nokia 3.1 Build/O00623) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36" >>> user_agent = parse(ua) >>> user_agent.is_tablet False ``` should be fixed in...
``` >>> ua = 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/89.0.0.52.71;FBBV/55613772;FBDV/iPad5,4;FBMD/iPad;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/movistar;FBID/tablet;FBLC/es_ES;FBOP/5;FBRV/0]' >>> user_agent = parse(ua) >>> user_agent.is_tablet True ``` ``` >>> ua...
it is more likely a upstream issue, please report to https://github.com/ua-parser/uap-core
same issue here +1
I tried `SwitchResX`, unfortunately it does not work either, I assume apple may have some blacklist for it or there is some permission issue prevent choosing this resolution
Thanks for pushing on this. Question, which project should be considered as an activity maintained alternative of `luajit`? `moonjit` or this `luajit2`?
Thanks. My case is I need a stable release package for luajit 2.1 branch. Details in this ticket https://github.com/LuaJIT/LuaJIT/issues/563 Based on your comment, I would like to consider `openresty/luajit2` is...