Ivan Tham

Results 526 comments of Ivan Tham

I mean something like using `struct`s to have types as state. Like from `Letter { data: ... }` to `ClosedLetter` to `OpenedLetter` or something like that, I once read another...

I believe we can add something like #227 here and fix that along since it is similar enough? Here it encodes the state as variable but that encodes it as...

URL broken.

I don't think it is an idiom, it is sort of a pattern. Usually when circular links are involved, it is better to have reference to another storage, but beginners...

@Shougo Using PaperColor theme?

I think can just fallback to skim if fzf is not installed since skim can be used to replace fzf.

@adamnemecek What are the benefits of using `Self` over the original type? Even the rust programming book uses the original type https://doc.rust-lang.org/book/ch17-03-oo-design-patterns.html#defining-post-and-creating-a-new-instance-in-the-draft-state (for consistency I think).

@rieger-jared Maybe you should try out kakoune first to understand some of the concepts helix is based on. Helix currently is in a very weird keybinding state I would say,...

> I think we could just remove it because it's superseded by the "extend mode". No, we can't really do that. `x`/`X` is one of the most used keys. Try...

I have an idea. What if we can make use of `0` and `1` as inner and outer like kakoune `alt-i` and `alt-a`, since currently the count 0 and 1...