David Rueck

Results 5 comments of David Rueck

I was having similar issues with `:Greplace`, it was effectively locking up vim in some unknown way when I ran that command. I eventually discovered that there were vim *.swp...

I did a little digging into this today, and it looks like this issue happens because terragrunt is using the `getter.Detect` function from https://github.com/hashicorp/go-getter to parse the source strings, and...

I just came across this project and am planning on using it. Thanks for the work! @thomasbiddle Just wanted to comment that the pagination was wrapped in a `div` for...

The class is set on the `ul` tag in Bootstrap 3. See the current docs for pagination here: http://getbootstrap.com/components/#pagination

I'm running into this as well. I have another thing installed via homebrew that has rust as a dependency, and so I can't uninstall the system rust without first uninstalling...