Rom Grk

Results 163 issues of 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...

component: data grid

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....

performance
core
PR: out-of-date

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...

performance
component: data grid
PR: out-of-date

Closes #11865

component: data grid

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...

performance
component: data grid

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 &...

cla-signed

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,...

cla-signed

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

cla-signed

![Screenshot from 2020-10-29 15-09-22](https://user-images.githubusercontent.com/1423607/97621277-1b452700-19f9-11eb-97ea-ed2fc15c83f3.png) 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`.