Martin Bergtholdt
Martin Bergtholdt
I just want to add my +1 using sublime 3 dev build 3141 on windows. Actually crashes my plugin_host several times a day and I'll deactivate it for the moment....
Looks like the the full path of the file is included in the grep string. Maybe you telekasten home is not set properly in your initialization. I just had a...
I have the same issue for tmux bar with powerline symbols: warp: iterm2:
Works for me, only thing that `lreflogs` is missing in the list of widgets: ```zsh # Set keybindings for zsh-vi-mode insert mode function zvm_after_init() { zvm_bindkey viins "^P" up-line-or-beginning-search zvm_bindkey...
Just use add_multi_representer for the base class, so all sub-classes will use the base representer: ```python yaml.SafeDumper.add_multi_representer( StrEnum, yaml.representer.SafeRepresenter.represent_str, ) ```
Just tried it. It worked. Thanks alot!
I was about to implement the same when I found this pull request. Thanks, it works!