Philip Wellnitz

Results 68 comments of Philip Wellnitz
trafficstars

This looks like to be an issue with your font. Try to set a different font.

I'd be happy to help.

Thanks @Lokaltog! For now, I will start fixing some bugs such as #1953 or #2013. Regarding the future, I do have some new features lying around, I will have to...

I don't think rewriting powerline to use a different configuration is really needed (although comments would indeed be nice; perhaps we could use fields starting with an underscore for that,...

Hi @cibinmathew , Thanks for your work, a zoom indicator seems like a very good idea. However, some things: * Hard-coding a non-ASCII character is not very portable (and in...

Please see https://powerline.readthedocs.io/en/latest/configuration.html for the configuration structure. If I'm not mistaken, the flow should be roughly as follows: The config sets the overall theme (non-ascii / unicode / etc); then...

The problem lies in the current implementation of the `render` method in [powerline-lemonbar.py](https://github.com/powerline/powerline/blob/develop/powerline/bindings/lemonbar/powerline-lemonbar.py#L32): Despite the `lemonbar` process having died (thus the `BrokenPipeError`), a new Timer is created which will call...

That's strange. Could you please share some details of your setup/configuration?

This looks good. Do you have anything else in your config that overrides/changes `$PROMPT_COMMAND`? That might cause problems, see https://powerline.readthedocs.io/en/latest/troubleshooting.html#bash-prompt-stopped-updating for some details. Edit: You can also try the command...

Yes indeed, it looks like that is the issue. For reference, the expected value of `$PROMPT_COMMAND` should be something like ```bash > echo $PROMPT_COMMAND _powerline_status_wrapper _powerline_set_prompt ``` For debug purposes,...