Results 39 issues of Christian Duerr

This fixes an issue where an inline search in the left direction would incorrectly assume that the first cell searched would not contain the `WRAPLINE` flag, causing the second search...

So recently when going through my plugins and cleaning stuff up I found that I still have https://github.com/pixelastic/vim-undodir-tree installed. I thought neovim might have solved that problem and tested it...

enhancement
filesystem

In 41bab578c759065b9be95ccc952ed73557a042ab, support for managing foreign objects was added to wayland-backend, however before a new release was made it was already broken again in e777e85f6846ee732ab33adce5755bfc57b08649. I'm not too familiar with...

Looks like when launching winit using buttonless on macOS, the buttons will show up again when the user leaves simple fullscreen mode. I've looked into this myself and I know...

B - bug
DS - macos
C - needs investigation

This patch adds Vi's semantic search and paragraph motion. The semantic search uses either the selection or the semantic word under the cursor and jumps to the next match in...

It's only been two months and distros are likely going to take a while to pick up Rust 1.85.0, but since there's no release around the corner anyway I thought...

The problem occurs in the following code, note that the longest line is exactly 100 columns: ```rust pub trait Manager { fn attach_device(&self, seat_id: &str, sysfs_path: &str, interactive: bool) ->...

good first issue

Take the following Rust code: ```rust fn main() { println!("Hello, world!"); } macro_rules! trigger { (KeyBinding, $key:literal, $location:expr) => {{ BindingKey::Keycode { key: Key::Character($key.into()), location: $location } }}; (KeyBinding, $key:literal,)...

a-macros
e-max width
a-2024-edition

This is more of a support request than an issue with Smithay, so feel free to close at your own leisure. I'm going to lay out my setup first for...