ebbmo

Results 7 comments of ebbmo

In general I think this would be an awesome addition to the library, since we currently handle bots using a "sorted" list (at the moment going up to 2160 entries)...

Very good idea @brianchirls. So we have potentially 2 options: 1. A lib like ua-parser-with-bots that extends the current ua-parser without touching any of the existing source code 1. including...

Hi, I think that is a very valid point. On the other hand I never (myself) initiate the parser more than once on our system. @Redsandro Why do you need...

Hi bradvogel, I think this would be great! Based on this site: http://thadafinser.github.io/UserAgentParserComparison/v5/user-agent-detail/aa/82/aa82eef8-8f4d-4f60-b6c5-dc7a477666f0.html there are currently 2 things that can be derived (by some parsers): - The Browser name is...

Are you certain? I haven't tested any MS Apps on Android or iPhone, so I don't know what kind of UA they send when I click on a link there......

Ok. So there is a bit of "Google" involved to find out whether your assumption is correct ;) Do you mind to open a PR for the MS Outlook recognition?...

Hi there, I have done a code review on legacy code today and definitely favor the symbols. Having the EQ, LT, GE in comparison to their counterparts was really throwing...