Johannes Altmanninger

Results 733 comments of Johannes Altmanninger

> the title bar will indicate that bash is running Perhaps we can fix this with ```diff diff --git a/share/functions/fish_git_prompt.fish b/share/functions/fish_git_prompt.fish index d9b7281ec5..02f68295a1 100644 --- a/share/functions/fish_git_prompt.fish +++ b/share/functions/fish_git_prompt.fish @@ -180,7...

I can reproduce; closing stdin doesn't solve it. I believe the defunct process shows up because fish only reaps exited children on certain events like keyboard input. When the tab...

> For clarification: are you finding this on "Get system log", "Get instance screenshot", EC2 Serial Console, or EC2 Instance Connect? I'm not sure; @munntjlx would know.

I think it'd be a good idea to switch to a server that has the potential to become the most popular one. I wonder how it compares to others like...

I like phpactor as default. There is an easy-to-trigger bug in diagnostics, reported as https://github.com/phpactor/phpactor/issues/2722

can anyone who has been using `phpactor` in prod confirm that it works fine and is not missing too many important features compared to `intelephense`?

> Is it possible to override for example just the command part of the config for a filetype? Not yet but I think we should try to make that work....

Note that this deprecates/hides `lsp_config`, since `lsp_servers` etc. are already dynamic . Not sure if this is worth mentioning in the changelog since not too many people use this. (I...

I don't plan to remove support for the environment variables in the foreseeable future but I think it's valuable to remove it from the documentation, to make the system easier...

I think if Kakoune had arbitrarly nested config options, we'd happily use that. In short of that, here's a possible syntax that allows overriding each section individually using simple Kakoune...