Gautier DI FOLCO
Gautier DI FOLCO
I have the same issue with Python 3.8 / Powerline 2.8.2 / Zsh / tmux / NixOS. My `.tmux.conf`: ``` run-shell "powerline-daemon -q" run-shell "powerline-config tmux setup" ``` My `.zshrc`:...

Actually, the deamon does track the change, disabling it fixes the segment in zsh, but vim needs to be reopened to have the branch updated.
Actually that's more a missing feature, here's my workaround on zsh: ``` #!/usr/bin/env zsh set opt prompt_subst export VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true export MODE_INDICATOR="%F{yellow}+%f" export BASE_PROMPT=$PROMPT setopt promptsubst zmodload zsh/datetime autoload -U add-zsh-hook...
> Some thoughts (in no particular order): > > * The underlying problem is that the diff implementation is slow, much slower than GNU diff. Doing things in parallel may...
> To clarify, I think GHC’s support for parallel computing only works on pure expressions. So if you want to give that a try then you can’t do the timeout...
> Sounds good! > > Does DerivingVia compose well? E.g. if I want to use both `fieldLabelModifier` and `rejectUnknownFields` together, how would that look? No, but we can have options...
any update?
TIL, thanks
I think there are two points we might bring at this point: 1. Version management 2. Project-based compatibility (1) If I follow your reasoning for `version use ...`, we have...