Eduard Korchmar

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

In powershell, deactivating a Venv means just resetting the state of environment variables (most importantly, `$PATH`) to their _previously set_, not _default_ values. If virtualenv is set to be captured...

I can replicate the issue in VSCode after disabling the starship altogether, with no custom commands: ![image](https://github.com/user-attachments/assets/7cea787d-f5ab-4810-9c75-67c3cd4f07e1) Like I said, it has nothing to do with starship, and only has...

Well, I checked issues but not open PRs: #6196 closes this issue.

Would love this feature! Have you considered offloading the detection to the user provided patterns? To have `notify_ignore_command_patterns` config option instead of `notify_ignore_commands`?

To follow the precedent, the only module that I can find that exposes regex in config is https://starship.rs/config/#kubernetes, and there is not much. So what I would suggest is: 1....