Michael Droettboom
Michael Droettboom
I'd think let's version pin `glean_parser` for now. (Option 1) For Option 3, We already include the version in the `metrics.yaml` file, but we're not versioning the schema yet while...
Now that Fenix is about to enter feature freeze, it seems like a good time to stop making breaking changes in glean_parser (whatever that might mean) so going forward it...
Yeah, that sounds like the right approach (in broad strokes).
These all seem like good ideas. I'll schedule some time to read through the code base and see if I have anything to add.
> we're executing around 10% fewer traces (and micro-ops) in general. It isn't clear why this PR would cause that to happen... I did notice that this PR breaks the...
I think it's just that the value renderer is choking on the `Figure` object. There's work ongoing on the Iodide side to clean up the reps and make them less...
Not at present -- we'd have to modify things slightly to support passing on the element (or at least an element id) into the Canvas class.
You may want to start by looking at how the `WebAgg` backend works -- it's included in matplotlib proper and used when interactive plots are used in a traditional Jupyter...
Yes, it sounds like you're on the right path.
@ashutoshbsathe : I was just about to suggest trying the same thing. Does simply replacing the `python` with `python3` on the last line of `bin/pyodide` resolve the issue for you?...