Rom Grk
Rom Grk
Follow-up of https://github.com/mui/mui-x/pull/10059#issuecomment-1904425888 Restore the vertical scrolling performance. Changes: - Remove the `transform: translate(...)` style on cells and use an offset filler cell instead - Remove the virtual scroller render...
I've setup a local folder to enable low-level profiling of our code (when it's possible to run a pure JS version with no DOM) with d8, the v8 debug shell....
Stacked on #12013 and #12019. Experiment with scrolling performance. The idea behind this is that most of our scroll event callback runtime is spent removing DOM nodes, while appending new...
Closes #10570 Changes: - Remove the `.cell > .cellContent` DOM node. Fewer DOM nodes means a faster rendering. - Remove some styles to remove complexity & improve performance. - Rework...
Wayland clipboard support. The clipboard operations are blocking because that's the behavior on all other platforms & libraries I have inspected (including macOS). Blocking is also better for simplicity &...
I'm not sure how compliant you're aiming to be with vim, but the `f` behavior is more useful when it can search on multiple lines instead of a single one,...
Add subword motions to vim, inspired by [nvim-spider](https://github.com/chrisgrieser/nvim-spider), [CamelCaseMotion](https://github.com/bkad/CamelCaseMotion). Release Notes: - Added subword motions to vim
 The `Conceal` group is used for concealed text, it is usually highlighted as `NonText` or `Comment`. In this example a plugin for indent-lines uses conceal to...
Enabling `$HOME/.config/compleat` or `$HOME/.cache/compleat` rather than `~/.compleat`.