Dan Sharp

Results 5 issues of Dan Sharp

I noted that `tasks/main.yml` has this: ``` - include: server.yml when: not redis_sentinel tags: - config - include: sentinel.yml when: redis_sentinel tags: - config ``` Because of the `when` conditionals,...

The `call_api` method only raises `CloudinaryExceptions` under certain circumstances, like JSON parse errors or certain failure codes. But if the underlying RestClient times out, it's not caught so it bubbles...

enhancement

If I have XML like this: ``` xml data before Some & More here is after ``` and try to parse it like this: ``` ruby xml = File.read("bad.xml") result...

This PR introduces two new accessor values in the Configuration class: * `url_after_destroy` * `url_after_denied_access_when_signed_out` These both default to `nil` and their usage defaults to the prior value of `sign_in_url`...

Hi! I've used your [git-oldest-ancestor ](https://github.com/lee-dohm/dotfiles/blob/main/bin/git-oldest-ancestor) for a long time in a custom "squash" script I wrote but of late it fails with an error like: ``` diff: unrecognized option...