Rom Grk
Rom Grk
No but I barely have any extension. I've rolled back to gnome 46 for the time being, arch updated to 47.
Many of the changes in v7 were performance improvements. If you have a reproducible case for a performance regression I'll take a look, please open a separate issue with all...
I don't think I can debug this, I don't have a windows 11 machine to test with. Have you tried enabling barbar manually with `:BarbarEnable`? What's the output? Do the...
You need to adjust your vertical separator to use the same character as barbar's tab separator.
> Maybe trying to click on text shouldn't open it, but everywhere else is fine That doesn't sound like a good UX. The text is right in the middle of...
Having worked with the webgl/webgpu APIs, I think it's a big effort for not that big of a payoff compared to a properly optimized canvas 2d-context implementation. The APIs are...
Indeed, one of the reasons I list for using canvas in [the pencil experiment](https://github.com/romgrk/pencil#pixijs). WebGL is rarely worth it outside of 3d rendering.
You can draw anything you want on a WebGL context, so they probably draw multiple charts per context and slice the image buffer into separate containers after it's been drawn....
> One way to solve it would be to use an intersection observer to mount only visible selects All it takes is a couple of select with lots of items...
The argos diff is unrelated (https://github.com/mui/mui-x/pull/18970).