Darren Weber

Results 64 issues of Darren Weber

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [ ]...

enhancement

## Describe the Feature Support an RDS alarm on `OldestReplicationSlotLag`. Oldest Replication Slot Lag (MB): > The lagging size of the replica lagging the most in terms of write-ahead log...

Essentially, this is supposed to add the `--skip-git` option to `rails new`. But it allows a config override. (I didn't find any specs that test this, so I'm relying on...

``` $ bundle exec rake -T rake build # Build engine_cart-1.1.0.gem into the pkg directory rake clean # Remove any temporary products rake clobber # Remove any generated files rake...

For example, see the update PR in https://github.com/projecthydra-labs/hyrax/pull/1010/files and notice how some of the stanza content has changed but the stanza version has not changed.

add rubocop checks on engine_cart so it's stanza passes rubocop checks. ``` Gemfile:41:5: C: Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem...

In the hyrax master branch (May 19, 2017), the engine cart is appending a new Gemfile stanza when one already exists. The update should replace an existing stanza. How engine-cart...

No review requested at this time. - Experimental branch to play with fingerprints used to update the engine-cart app. - Changed fingerprint to use an MD5 instead of File.mtime -...

See https://github.com/rest-client/rest-client/issues/411

Given this code: ``` ruby loc = "https://jigsaw.w3.org/HTTP/300/301.html" r = RestClient.get(url){ |response, request, result, &block| if [301, 302, 307].include? response.code loc = response.headers[:location] response.follow_redirection(request, result, &block) else response.return!(request, result, &block)...