Conversation
|
Would it be possible for you to break out the Gemfile changes into a different commit so they can be either accepted or not as a separate commit please? |
|
I agree it was bold of me to add a dependency. @trogdoro care to weigh in? |
|
Eagerly awaiting this. :-) |
|
Thanks for the great contributions! The most efficient way for me to digest this (and probably the funnest) Ping me off-list to set up a time if this interests you. --Craig On Thu, Dec 13, 2012 at 10:52 PM, Magnus Bergmark
|
|
any news on this? really waiting for this merge :) |
I'm working full-time on a refactor of Xiki that will make it more I'm restructuring Xiki's core at the moment, but will soon probably
I want to do a lot of the future coding on Xiki as remote pairing --Craig On Sat, Mar 9, 2013 at 6:53 AM, Wilker Lúcio notifications@github.com wrote:
|
|
Thanks for the contributions!
I definitely intend for the line.rb class to exist, so this pull request would be awkward to merge, since I'd have to restore it back after the merge. There isn't much in line.rb now, but in the emacs version there is a lot. Will be tough to maintain in the future if the vim classes are named/structured differently than the emacs ones. |
|
Hi Craig, To be honest, I too think that this pull request doesn't fit in the codebase anymore. For instance, if the Line class is supposed to be generic, then it should be a superclass of EmacsLine and VimLine. |
Hi Craig,
I watched your RubyConf talk yesterday and discovered Xiki.
Being a Vim user, I decided to help a bit with the integration.
What I did
What I did not do
Comments
I strongly believe Xiki is the right way to interact with a computer, at least from a keyboard. I have always been a huge fan of CLI interfaces and seeing projects like yours is refreshing, but...
A TCP client/server model seems like the right thing to do, with most of the code being editor-agnostic with only thin editor-specific presentation layers.
Is there anything planned to address these issues?
Anyway, thank you and keep up the good work! :)