Results 94 comments of dswij

> > Interestingly if you press enter or enter "clear" it seems to resolve itself too > > That sounds like Windows Terminal knows how to render it correctly, it...

Pretty sure there is no such file yet as of now. But great suggestion and should not be too hard to implement!

I can't reproduce the issue, but this is a known issue with prompt length / window size. I would try looking at https://unix.stackexchange.com/questions/105958/terminal-prompt-not-wrapping-correctly

> @dswij can I see your output of `locale`? I just want to confirm if it's related to locale settings. `UTF-8`

I believe if you want to use customization feature in powershell you should try editing `$startInfo.Arguments` in the prompt function for your powershell profile

Can you give more info? Like what you have tried to do so far and why it fails?

Hi there, it is not meant to be directly run. Instead it should replace(draw) your prompt output on your shell (e.g. see https://github.com/justjanne/powerline-go#powershell)

> The biggest challenge here is designing things such that things are appropriately feature flagged and don't grow binaries too much? I wonder if this is easy to be benchmarked....

This is a git2-rs behaviour which returns `Result::Err` when adding another git repo inside a subdirectory. ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code:...