Jan De Dobbeleer

Results 230 comments of Jan De Dobbeleer

@msftrubengu to be honest, I just want to be able to run `winget configure` and not deal with DLL hell. From a user POV, this should simply work: - install...

@daxian-dbw I just had a good debug session on our end to see what could cause the issue but without success. Yes, we register a handler for the `Enter` key,...

@bend-n some characters don't really work well with the built-in renderer. But that goes way beyond the scope of this project for me to fix.

@theJasonHelmick yes, but be aware that can have side-effects. Windows and full UTF8 has been a challenge forever.

This bug is still very much alive though.

@ohuu yes: Add this after initializing oh-my-posh in your `$PROFILE`: ```powershell function Set-EnvVar { Set-PsEnv } New-Alias -Name 'Set-PoshContext' -Value 'Set-EnvVar' -Scope Global -Force ```

@dbwtx I think the bot was a bit too eager. I'm not _that_ satisfied yet 😅

@zadjii-msft I wonder what version of oh-my-posh is being used here and if this is still reproducible using the latest. `rprompt` used ANSI sequences to position the cursor all the...

In that case I have no idea. `rprompt` uses ANSI to store and restore the cursor position, but a right aligned block only uses spaces so there's nothing that could...

@goccy are you still maintaining this? I don't mind using my fork, but it would be amazing to get a conversation started around this.