Lynn Dylan Hurley
Lynn Dylan Hurley
I think this script is great, but it's been running extremely slow lately. Simple tasks like changing directories or opening new terminal windows take several seconds to complete, sometimes to...
After installing `em-rspec` and prepending `require 'em-rspec'` to the top of my spec file, I get the following error: https://gist.github.com/3899668
It looks like the indent guides are disabled while using [sneak](https://github.com/justinmk/vim-sneak) in the current buffer. I'm assuming this is to avoid conflicts with the `conceal` functionality. This is totally fine...
It looks like the indent guides (using the [indentLine](https://github.com/Yggdroot/indentLine) plugin) are disabled while using sneak in the current buffer. I'm assuming this is to avoid conflicts with the conceal functionality....
I'm trying to split my bundle into two files: `deps` and `application`. Here is my `deps` file: ``` javascript //= require react_ujs require('react'); require('react-router'); require('react-bootstrap'); ``` And here is my...
I ran the following commands (copied from the `README`): ~~~ brew tap osx-cross/avr brew install --HEAD simavr ~~~ The install failed on [this error](https://gist.github.com/lynndylanhurley/9a71ee68232088b983e414a7c6106834). Here are the last few lines...
I added this as a quick fix to make the neovim terminal colors match the seoul256 terminal color scheme: ```viml " set terminal colors if has('nvim') let g:terminal_color_0 = '#4E4E4E'...
There is a lot of repetition in each of the themes. 1. factor out things like `getEndpoint` into shared module. 2. try to extend as much as possible from the...