Shawn Sterling
Shawn Sterling
Hello, I have ``` match Todo /\s\+$/ ``` in my vimrc, so that whitespace stands out like crazy (because whitespace is evil). When indent guides are turned on, or if...
Hello, our gitlab server is setup with simple http auth. I am attempting to use this plugin via the https://username:password@url option, which causes a [stack trace](https://gist.github.com/shawn-sterling/6410245). Is there a different...
I have no idea why. works on ubuntu. doesn't work on debian 6/7. workaround: chmod 755 /etc/init.d/graphios
Hello, Currently the module won't support setting a initcwnd or initrwnd. In order to set these to be persistent, one needs to 1) Remove any gateway statements from /etc/sysconfig/network 2)...
The app/view/projects/index.rhtml is using "new" for new projects instead of "add" this can be fixed by changing the index.rhtml from: action => 'add' to action => 'new' the "new subproject"...