Faisal Ramadhan Budiono
Faisal Ramadhan Budiono
> This happens to me on every new setup I have. And then I somehow fix it, and never remember how. > > My setup is totally stock as well....
@luas10c try adding this on your `.zshrc` ```.env SPACESHIP_PROMPT_ASYNC=false ``` The `...` is shown for the async placeholder. It seems your async is not working properly (same as mine). You...
I'm going back using v3.12.0 and it works properly again   --- I just read about the v4 announcement (https://spaceship-prompt.sh/blog/2022-spaceship-v4/#Easier-configuration) and I just realized the `...` is just a...
> I'm having the same issue as well. How To set the behavior to stop using Async if that is what's causing the problem. You can put this on your...
Guys I tried using https://github.com/spaceship-prompt/spaceship-prompt/issues/1193#issuecomment-1722579999 for solving this issue and it works! Just need the maintener to fix it in the repo itself. But for now this is the workaround
@kal40 if you want, you can use the fix from https://github.com/spaceship-prompt/spaceship-prompt/issues/1193#issuecomment-1722579999 for now. At least the async will work on WSL2. The PR for this (#1402) it's still on hold...
Any update on this fix?
> According to the changelog there's now handling for `CTRL+P` so it can be remapped. I fixed the issue by disabling its handling in `settings.json` under `vim.handleKeys` setting. > >...
@denysdovhan Any news for this? Are we still waiting for the https://github.com/mafredri/zsh-async/pull/67 to be accepted or are we going to use our own version for this?
From the [Migration Guide](https://www.jaegertracing.io/docs/2.3/migration/), it said the healthcheck endpoint was moved from ``` localhost:14269 ``` to: ``` http://localhost:13133/status ``` But when I try to hit that API, it always give...