Sergio
Sergio
Hi! I have a similar issue, also with CoC + editorconfig. It happens only if the cursor is not in the very beginning of the line: [Screencast from 2024-03-18 17-22-44.webm](https://github.com/editorconfig/editorconfig-vim/assets/13356076/34a75105-6007-4ff4-bde7-d8f6d7cb669f)...
> @SergioGDR thanks for the video! Was this with the latest from this repo? If not, please try with the latest. That issue looks very much like #224. Yup, this...
Thanks for looking at this. > > 1. This code hardcodes commands used by ZiJiang printers, which is just one of the ESC/POS dialects. With commands like cutting and even...
Gentle ping :)
I've been looking a bit at this one. I am getting the following from `xdg-desktop-portal-wlr`, when either moving the window to another workspace or tabbing: ``` [ERROR] - ext: frame...
I've identified the root cause: it is just that, since sway doesn't send `.frame` events to occluded surfaces, clients aren't `.commit`ing any further, thus stalling the capture pipe (I confirmed...
> A virtual `wlr_output` is created by wlroots and its frame event is (supposed to be) fired when the screen capture client is requesting the next frame. I've observed that,...
So I tested with weston's `simple-damage`. I have that window open along the mozilla capture web site. `simple-damage` receives the callback to the `.frame` request (not event; sorry about that...
Ahh, indeed... I think that it is the scene that's disabling the node and preventing this: ``` static void scene_node_for_each_scene_buffer(struct wlr_scene_node *node, int lx, int ly, wlr_scene_buffer_iterator_func_t user_iterator, void *user_data)...