Mario Holubar

Results 6 issues of Mario Holubar

**Describe the bug** When the inline diagnostics / problem view is visible, the Esc key should be passed through to VSCode and close the popup (#3416). It doesn't do this...

When buffer_update() is called with a size greater than the buffer's original size, reallocate it using glBufferData() Or is the lack of this intentional to incentivize keeping buffers at a...

Putting `{{date}}` (or `{{yesterday}}` / `{{tomorrow}}`) in the template inserts the date formatted with the user-defined format that is used for the filenames: https://github.com/liamcain/obsidian-daily-notes-interface/blob/a9d90f207705d9360b8b57e6dbc3ffbe7493c915/src/daily.ts#L32 This is different from Obsidian's default...

The [_NET_WM_SYNC_REQUEST](https://specifications.freedesktop.org/wm-spec/latest/ar01s06.html#id-1.7.3) protocol can prevent visual glitches when resizing windows by syncing application redraws with the window manager. [Here](https://blog.vladzahorodnii.com/2024/10/28/improving-xwayland-window-resizing/) is an article about it and [here](https://github.com/search?q=repo%3Arust-windowing%2Fwinit+wm_sync&type=code) are relevant sections of...

enhancement

bullets_delete_last_bullet_if_empty = 2 has several issues: ### 1. Checkbox doesn't get removed properly See #165. ### 2. It causes two undo actions Undo has to be pressed twice to revert...