-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I configure a usage threshold? #16
Comments
Hey, neat idea! Would you be interested in implementing it? The way it works at the moment is that the That behaviour will cause the tool to ignore below-threshold versions completely. For example, if Firefox 123.45 (10% usage) supports a feature, Firefox 123.46 (0.1% usage) doesn't, and Firefox 123.47 (30% usage) does, we'll display that as "Firefox: ✓123.45+". I think that's in line with user intention, but it might be worth making sure the parameter description reflects it. |
Woah, that was cool! It actually works : ) Well, almost. It still lists the browser without its versions if they're all under the threshold For example:
And here's the code I added:
And....
|
Sorry meant to click comment, hit close by accident. |
Noticing decimals don't quite work either...
|
Era is great, but I'd love to be able to only display browsers and usage percentage for only those browser above 1% or some other configurable threshold.
Just a feature idea : )
The text was updated successfully, but these errors were encountered: