Itamar Holtzman

Results 3 comments of Itamar Holtzman

To fix, we need to simply load a dll matching the current python version.

I have the same problem, but I couldn't resolve it even when trying your trick. Did you figure this out?

My current workaround is editing `ftb-tmux-popup` so it runs fzf without "--tmux" in its opts, like so: ```zsh echo -E "env SHELL=$ZSH_NAME FZF_DEFAULT_OPTS=$BASE_FZF_DEFAULT_OPTS $commands[fzf] ${(qq)fzf_opts[@]} < $tmp_dir/completions.$$ > $tmp_dir/result-$$" >...