Eduard Korchmar

Results 5 comments of Eduard Korchmar

I am trying to look into this and implement it for Kde/Wayland. I am currently stuck at trying to instantiate a [OrgKdeKwinBlurManager](https://docs.rs/wayland-protocols-plasma/latest/wayland_protocols_plasma/blur/client/org_kde_kwin_blur_manager/struct.OrgKdeKwinBlurManager.html) struct. I understand that I need to implement...

My current state of attempting to fix it, any input is welcome https://github.com/ekorchmar/wezterm/commit/aada0e873884a38c74263e0a4a16e55b3ba5ac0c

> I think that the only case in which you might want to have autochdir active along with this plugin is if you're just going to use the plugin manually...

Just FYI anyone watching this for KDE implementation, I got stuck with it and can not currently dedicate any time to research this.

> @eduard93 you should be able to change what's considered the content of the Atom when it's a string here: > > https://github.com/Wilfred/difftastic/blob/b88b4056203cdd3075cd341595411195671a163b/src/parse/syntax.rs#L411 > > If it's an AtomKind::String, drop...