Michael Mullins

Results 13 comments of Michael Mullins

Instead of reinventing vim, I would suggest integrating with the [neovim project](https://github.com/neovim/neovim). They've separated vim into a server-client architecture and you can tie your own custom client into the server-side...

@gchp I think it's under http://neovim.org/doc/user/msgpack_rpc.html#msgpack-rpc. Again, this is all still under development. From what I can tell the _plugin_ portion of msgpack-rpc is solid, and the _user interface_ portion...

Just wanted to make a comment here. If you did decide to rebuild vim-like functionality on your own I just have one request: If you make a fuzzy finder like...

I would highly recommend using the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/latest/index.html#introduction) and create a hyperterm folder under `$XDG_CONFIG_HOME` || `~/.config/`. For example, neovim now uses this instead of the classic `.vimrc`...

@OJFord uhhh... sounds like @danielbayley is an anybody, no?

Will y'all be needing any design/dev help for the upcoming webpack 2.0 site?

Fixed it on my end. I updated hubot to 2.3.2 The version downloadable on [hubot's site](http://hubot.github.com/) is 2.2.0 Was the adapter still supposed to be backwards compatible?

@daniiba You are always welcome to jump on the freenode IRC and join `#beakerbrowser` to chat there.

@laosb If I'm understanding your request right, Homebase already implements [a standard webapi](https://www.datprotocol.com/deps/0003-http-pinning-service-api/) that will be used by both Homebase and Hashbase for exactly this purpose. The ultimate goal is...

~@pfrazee What's the current way of setting the base host's dat?~ Found [the answer](https://github.com/beakerbrowser/homebase/issues/5#issuecomment-389381244) ```yml domain: webdesserts.com dats: - url: dat://9f5119014f165f94221a9269f3339c5eaab406ad7221faa99dff0d903551a533 name: www otherDomains: - webdesserts.com ```