Ivo Graber

Results 9 comments of Ivo Graber

> New option (not yet exposed in preferences) to automatically capture title fired by a terminal (see #299) I really want that. I tried to manually set `capture xterm title`...

> However, with arbitrary functions for RGB, you'd also need to only collapse octree cells where the color is locally linear (i.e. could be reconstructed through interpolation). Couldn't that be...

Just ran into that same issue...

I suspect that this is because the underlying socket is not disposed/closed correctly. See #75.

Just found this out, and luckily @md-fi already has made a PR. Why is this not merged?!

Found out how. It boils down to the different node types that are used in React. There are Elements, Components (Function- and Class-) and this library throws Builders into the...

leaving it open for now, in case someone has similar problems. Shall I create a PR to add a section to the docs?

``` ❯ match {a: {b: 1}, c: 2} { {a: {b: 1}} => "should not match because of inequality", } ❯ match {a: {b: 1}, c: 2} { {a: {b:...

I suspect you might misunderstand MRU switching. > Switching to the last used tab and back, though, is a very common pattern for me. You can do this with MRU...