Greg Lappen

Results 10 comments of Greg Lappen

Hi @SteveEdson - I was able to fix the 180 degree issue by adding this in HTYGLKVC.m: modelViewMatrix = GLKMatrix4RotateY(modelViewMatrix, ES_PI); I added it right below this line, around line...

I need to get it working so maybe I can implement it for Spyke. Can you perhaps point me to where the logic should go? Thanks! On Mon, Aug 19,...

@balvig I have spent some time reviewing the spyke code, but I am still not sure how best to add this support. Do you have some suggestions on where to...

For our information, what is the current status of the project? Is it being maintained? Can we expect pull requests to be merged at some point? Thanks!

I think I'm running into this also when I try to use "validates_on_numericality_of": ``` Failure/Error: should validate_presence_of(f) ArgumentError: wrong number of arguments (2 for 1) # /gems/2.2.0/gems/her-0.8.1/lib/her/model/attributes.rb:173:in `attribute?' # /gems/2.2.0/gems/activemodel-4.2.1/lib/active_model/attribute_methods.rb:385:in...

I actually fixed it in Her and I have a pull request pending approval.

Yeah, I should have included this before. My pull request is here: https://github.com/remiprev/her/pull/383

I would be willing to take a stab at it. Can you elaborate a bit more about what you have in mind, and what would be involved in becoming ActiveModel...

@hubert - Following up as I haven't heard anything (maybe because I forgot to mention you in my response). Are you suggesting @kritik 1st of 2nd option? monkey patch number...

TimeMe.resetIdleCountdown() seems to do what you are asking...