Coder Social home page Coder Social logo

Comments (8)

foolip avatar foolip commented on August 14, 2024

Oh my, this is because of mdittmer/web-apis#98. I didn't check beyond the API Catalog and API count metric, and indeed all the other metrics turn into nonsense with new Edge releases included.

There are two options:

  • Revert data for new Edge and let Edge be stuck at 18.
  • Try to exclude Edge from the default views and metrics.

The former is a lot quicker. @gsnedders in the way you're intended to use the data, do you have a preference?

from confluence.

gsnedders avatar gsnedders commented on August 14, 2024

I'd rather the latter, but the former seems practically fine given (in:chrome notin:edge) OR (notin:chrome in:edge) returns a single item: CSSStyleDeclaration#msHighContrastAdjust (and this is especially true if it's much easier to land).

from confluence.

foolip avatar foolip commented on August 14, 2024

I have pushed a new release that just deleted the new Edge data: https://web-confluence.appspot.com/

I didn't delete it from https://github.com/mdittmer/web-apis however, so I'll leave this issue open as a reminder to fix this properly.

from confluence.

foolip avatar foolip commented on August 14, 2024

This list of differences between Safari 13 and 14 might be interesting:
https://web-confluence.appspot.com/#!/catalog?releases=%5B%22Safari_13.0.2_OSX_10.15%22,%22Safari_14.0_OSX_10.15.6%22%5D&q=%22count:1%22

Because we don't have Safari 13.1 data I don't know how much is new in Safari 14 specifically, though.

from confluence.

foolip avatar foolip commented on August 14, 2024

I've made a staging release with all Edge results deleted entirely, and the metrics actually seem to work, at a glance at least:
https://confluence-b2397ab-dot-web-confluence.uc.r.appspot.com/

Releasing this is tricky though, because it would break existing links including Edge results, sometimes used as evidence in https://github.com/mdn/browser-compat-data pull requests. To make it work, I'd need to figure out how to include Edge in the API catalog, but exclude it in metrics.

from confluence.

gsnedders avatar gsnedders commented on August 14, 2024

Do you not just want to add a bunch of where calls to https://github.com/GoogleChromeLabs/confluence/blob/master/lib/confluence/metric_computer_runner.es6.js?

from confluence.

foolip avatar foolip commented on August 14, 2024

That looks like the right place, and I tried it in #663, but the result isn't the same as when just deleting all of the Edge data. Edge is still included in the API count graphs, and the rest are just broken.

There must be other places in metrics where "all browsers we have data for" are implicitly used, which would also need to filter out Edge. I think this is one:

.select(this.GROUP_BY(
this.ApiCountData.BROWSER_NAME,
this.ArraySink.create()))

@gsnedders would you have use for the metrics for just Chrome+Firefox+Safari, or can you use the API catalog and filter to get at the same information? Despite being the maintainer I'm very unfamiliar with the code base, and am not very effective working with it.

from confluence.

gsnedders avatar gsnedders commented on August 14, 2024

@foolip the metrics are by far the lowest value part of this, and I think I'd be pretty happy to just see them gone if we can't make them better than nonsense. the data is then there, available, and if someone wants to make metrics out of that they can.

from confluence.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.