Dave Ungerer

Results 7 issues of Dave Ungerer

Password reset should be case insensitive on e-mail to match Authlogic default behaviour. Otherwise [email protected] will not match [email protected] for password reset, even though it works for login and will...

Hi Just ran into this issue with my own project. Authlogic also does this when looking up an email for login purposes, so we need to do the same on...

I'm busy thinking about doing a pull request for this, but just need some general advice. Is this a desirable feature? I may have missed something that already allows for...

enhancement

I think code says it best. This is using 1.0.0.rc2. Apologies if I'm misunderstanding the intended behaviour (or if it's fixed on master): ``` require 'rubygems' require 'prawn' Prawn::Document.generate("test.pdf") do...

change-request

First of all, I don't really know Python, so apologies if there's a better way of doing this. Inspecting the render method in the call being modified by this PR...

According to the [official API docs](https://developer.xero.com/documentation/api/assets/assets#get-assets), getting a single asset should include a "description" field. However, the gem does not support such a field.

## Expected Behavior When retrieving an individual asset from the API, I expect it to have a "description" field, as documented in the official API. ## Current Behavior There is...