Kamil Kisiel

Results 109 comments of Kamil Kisiel

Thanks, I think it's looking good, but I think we may still be conflating the usage of "Reset" and "Exit" in some places. I think we should probably use "Reset"...

:+1: to this. I am working on a project right now where I need to talk to multiple ES servers, but I can't use this library in its current form.

:+1: and a 9x reduction in allocations is nice too for apps that generate a lot of UUIDs

Tell IntelliJ to fix their plugin ;)

Yeah, I was just discussing this with @dtcaciuc earlier today. The model for dealing with lines, end of lines, and cursor positions is a bit inconsistent. I think we have...

That's right. I think it's worth making sure everything is built on a solid foundation, otherwise when we try to fix cursor bugs in the future it will be a...

A mode is basically a set of UI rules. Window mode is what happens when you use ctrl-w and handles all follow-up keystrokes until it is exited. Similarly for TextObject,...

It depends. If you are doing something like a regular expression or any other text processing such as counting characters, I'm pretty sure you need to count `\n`, and also...