Mike

Results 26 comments of Mike

Hey @grzesuav I have two things that I can think of at the moment. 1. See https://github.com/metacontroller/metacontroller/pull/484#discussion_r837469764 . I think we should simply use `commandArgs` to provide all cli args...

> @grzesuav Also related, some improvements can be done on the image to run as non-root. I have added this on PR https://github.com/metacontroller/metacontroller/pull/534. Thanks!

> @mjsmith1028 what is the idea here ? For things like that better to create issue first to discuss if this is direction we want to go. There is another...

![DiffviewFileHistory %](https://github.com/sindrets/diffview.nvim/assets/10135646/50ddf164-0c9f-44ab-887b-c8a847472839) @serranomorante I tried `DiffviewFileHistory %` and it looks like it working for me. Are you seeing an error?

@serranomorante @LinoWhy @ctretyak thank you for pointing this out. TL;DR; - The original error for this issue using deprecated calls no longer seems to appear in nvim nightly. You could...

Updated demo based on [kovidgoyal/kitty@7d787e6](https://github.com/kovidgoyal/kitty/commit/7d787e6c22728ebedcc715421c6006af61b1930a) https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/e13087f3-2d9a-4944-a042-63a3334c847d Thanks @kovidgoyal! Very nice.

https://github.com/kovidgoyal/kitty/issues/6803 may be related, double check once you start to work this

@tummetott thanks! It looks like there is an `-e` flag that will keep the ANSI escape sequences. `tmux capture-pane -e -p -S - -E -` ``` capture-pane [-aepPqCJN] [-b buffer-name]...

Reference: https://github.com/roosta/tmux-fuzzback

> ```python > print(w.child.foreground_processes) > fg_process_entrypoints = list( > map( > lambda pd: next( > iter(pd.get( > 'cmdline', > [], > )), > None, > ), > w.child.foreground_processes, > ))...