question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to exclude `op_mini` from queries

See original GitHub issue

Running: browserslist ">1%, not op_mini <= all" results in op_mini all not being excluded:

and_chr 51
and_uc 9.9
android 4.4
chrome 51
chrome 50
chrome 49
chrome 29
edge 13
firefox 47
firefox 46
ie 11
ios_saf 9.3
ios_saf 9.0-9.2
op_mini all
safari 9.1
samsung 4

Testing other browsers works as expected: • Running: browserslist ">1%, not samsung <= 5" correctly excludes samsung 4 • Running browserslist ">1%, not chrome >= 50" correctly excludes chrome 51, chrome 50 but does include chrome 49 and chrome 29 which is correct.

I also tried browserslist ">1%, not op_mini" as the only value for op_mini is all

Have I missed something for non-numeric version numbers or is this a bug?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
aicommented, Jul 13, 2016

Released in 1.3.5

1reaction
aicommented, Jul 13, 2016

Seems like some new thing from Can I Use. Use not op_mini all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the significance of browserslist in package.json ...
not op_mini all: Exclude Opera Mini. You can find more about it (including further query options) in Browserslist's GitHub repository. Share.
Read more >
NRQL syntax, clauses, and functions | New Relic Documentation
NRQL is a query language you can use to query the New Relic database. This document explains NRQL syntax, clauses, components, and functions....
Read more >
How do i include/exclude groups with computers in queries?
Hi,. LANDESK works a little bit different here. As far as I know you can not exclude computer groups from your query by...
Read more >
Media Queries Level 5 - W3C
Abstract. Media Queries allow authors to test and query values or features of the user agent or display device, independent of the document ......
Read more >
We need to talk about Opera Mini
Yes, this is my semi-fail segue into talking about Opera Mini. ... So people have been writing about feature queries over the years, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found