Kirill Müller

Results 1542 comments of Kirill Müller

When `diffuse -m` opens multiple tabs, and I update the working copy (say, `git checkout other-branch`), I'm getting one message box per changed file. I'd prefer a single dialog, or...

This is perhaps the single biggest annoyance in a tool that I'm using with great delight. What's the best way to move forward?

Thanks for the heads up! I wasn't aware that upstream is still active. If you could merge, I'll try running from source and see if I can contribute. The Ubuntu...

I'm running Ubuntu, which still has diffuse 0.4.8.

You only need this one file, though. Can you split for development and then combine into a single file in a build step, e.g., with http://pagekite.net/wiki/Floss/PyBreeder/?

I have started to adapt diffuse to dark mode. Can we use color that works for both light and dark modes? In particular, I have found that the comment color...

So is Ctrl+Left/Ctrl+Right, I'm constantly using these. Please consider configurable key bindings.

The length varies (length 1 vs. length 0), I can't `map_chr(..., glue_collapse)`. Maybe there's a better term for this feature?

Maybe for vectorized operations, but not for summaries? ``` r library(tidyverse) tibble(a = numeric()) %>% summarize(sum(a)) #> # A tibble: 1 x 1 #> `sum(a)` #> #> 1 0. ```...

Do we want a length-stable variant, perhaps `glue_collapse1()`? https://github.com/krlmlr/dm/blob/23b37be9280a227bd21cad8d652a3f6a632ef76a/R/paste.R#L95-L101