David Strobach
David Strobach
> could you please share your PR? I want to understand the process of creating additional operators =) Yeah, of course. Here you go: laloch/xonsh@98363df. It's pretty trivial, since it...
#3394 is a bug - sometimes you need to call `!(cmd).end()` in order to get the resulting `CommandPipeline` attributes populated.
The above happens to me whenever I set `r_multiSamples` (antialiasing) to anything greater than 0.
Since the `source-bash $SRC/dotfiles/zsh_custom/aliases.zsh --overwrite-alias` is being called without `--interactive False`, there can be pretty much any evil hidden in the @gsaga's .bashrc.
AFAIK only 1. and 5. can be implemented in Python. There is no cross-platform way to interrupt `stat` call. Also, just in my opinion, it's a no-go to require a...
Hi @halloleo, sorry for the delay. I will probably abandon and archive (or just abandon) this project. I'm not happy with the direction the OSS community has decided to take...
@willsALMANJ, thanks for reporting. I'll try to investigate what the problem with `fzf-tmux` is first.
See junegunn/fzf#2166. Do you still think we need a fix other than `$(which @(fzf_tmux_cmd))`?
Yeah, you are right @willsALMANJ. I think the best would be something like ``` with ${...}.swap(FZF_DEFAULT_COMMAND=fzf_find_command) as env: denv = env.detype() choice = subprocess.run(..., env=denv) ``` Or maybe even better...
Yes, you're right once again. I'm thinking about this change together with replacing all the configuration variables with upper-case versions since I adopted the project. Maybe it's the time for...