Vladimir Kolchurin

Results 22 comments of Vladimir Kolchurin

Also have this issue. mkcert version 1.4.3; mac osx 11.6 (20G165); Firefox Developer Edition 94.0b4 (64-bit)

I have tried disabling the firebase section i've added to no effect

after some digging i found that this piece of logic is causing my issue: ``` zsh # in lib/core.zsh # Refresh async section when the last async job has finished...

``` spaceship-prompt is 📦 4.2.0 via ⬢ v16.17.0 13:07:05 spaceship-prompt on  master [!?] is 📦 4.2.0 via ⬢ v16.17.0 13:07:09 ➜ spaceship print %{%}%{%B%F{cyan}%}spaceship-prompt%{%b%f%}%{%B%} %{%b%}%{%B%}on %{%b%}%{%B%F{white}%}%{%B%F{magenta}%} master%{%b%f%}%{%B%F{red}%} [!?]%{%b%f%}%{%b%f%}%{%B%} %{%b%}%{%B%}is...

Alright. I can work with that. I'll keep you posted on what I find out. Thanks 🙂

I broke apart the line 153 into separate commands. with the `# Refresh async section when the last async job has finished` block uncommented and `zle` commands looking like: ```...

Had a similar issue. Mine was due to the fact that i've just updated my Node versions to 18.x using NVM and on top of that I primarily use PNPM....

having the same issue with in vscode in javascript using a named parameter

yes. had that issue with conda installed. https://stackoverflow.com/questions/55171696/how-to-remove-base-from-terminal-prompt-after-updating-conda - this helped

@dagadbm At least there's some work-around. It still doesn't seem to cut it for me, though. take a look: ```javascript export class ExtendedPromiseError extends Error { /** * `val: "default"`...