Thayne McCombs

Results 329 comments of Thayne McCombs

> And shared memory is in the POSIX standard. It is not a "Linuxism" I think the point is it doesn't work on windows. Although windows does seem to have...

Even if kitty's protocol isn't suitable as-is, it seems like a good place to start since it already has a working implementation. Rather than starting a whole new protocol from...

hmm, so how would you define a string like that that must occur on a single line?

> I agree that the current way is already satisfactory I agree that the way vis handles syntax highlighting is good. My request is more that it would be nice...

> Why even support "window management", i.e. multiple splits in a text editor in the first place? Without having splits, a lot of functionality wouldn't be possible even with plugins....

Wouldn't logs get lost in this scenario?

> Some people want to, for example, show notifications even if the screen is locked otoh, some people (including me) don't want to show notifications if the screen is locked....

I'm working on a different, more general approach, I'll put up another PR once it is ready.

> is it possible to define our own actions apart from [the included standard ones](https://docs.rs/clap/latest/clap/builder/enum.ArgAction.html)? Not currently. but I think I saw something saying that was on the roadmap.

With the new action API, and typed arguments API, I wonder if the best way to expose this would be as a new `ArgAction::GroupedAppend` action, which is similar to the...