Harley Laue
                                            Harley Laue
                                        
                                    Any chance this could be merged & pushed to docker hub? This fixes an issue where `shape=cylinder` does not work & shows up as the previous shape.
neovim/neovim@4da5cb38d396d76d8072815d150725f7c9a85078 changed the behavior of the command line argument `--embed` to no longer imply `--headless`. A pretty simple patch: losinggeneration/oni@da86cba15d14dc5c17aaf7b512f9ef53579654d7 is all that's needed to get Oni working again with...
@mgoldshteyn something like this for POSIX systems. ```shell sed 's/"--embed",/"--embed","--headless",/' resources/app/lib/browser/vendor.bundle.js > tmp.js mv tmp.js resources/app/lib/browser/vendor.bundle.js ```
I specifically avoided that because in-place is handled differently between OS X & Linux (last I checked) I *think* something like `-i.bak` works on both the same way, but then...
@justinmk Exactly, I forgot to link to that. Basically this just gets it back to working until #2613 is finished up.
This almost certainly would be handled as a separate feature request, but this would be a potential precursor to allowing admin override to merge when the checks conditions are not...
https://github.com/howeyc/fsnotify
http://code.google.com/p/go/source/browse/?repo=exp#hg%2Ffsnotify I didn't really look, but it looks like most OS's are supported. Let me know if anything needs cleaned up or changed before you're ready to pull.
That's a good point. I have a feeling you're right about it not recursing. However, it shouldn't be too hard to make sure all paths are watched (adding/deleting paths as...
That was a fair bit of work to ensure rebuilds didn't happen multiple times. I think the solution I came up with works well enough. There's basically a flush of...