Phillip Smith

Results 26 comments of Phillip Smith

> Ability to have the navigation appear on top of the content instead of behind. This means, animating the hidden menu translateX instead of content, and obviously higher z-index. @tomasdev...

@tomasdev Actually, mucking about with it, I'm not sure it requires more than a z-index: 1 on .slideout-menu Perhaps, I am missing something? cc @pazguille @danzajdband

> yes sir, it is z-index + animating the menu instead of animating the content. Is the animation you reference necessary? What I'm seeing here is that simply setting the...

I'm getting the same issue: ```/usr/bin/auval: line 8: 1187 Floating point exception: 8 arch -x86_64 /usr/bin/auvaltool "$@"``` Otherwise, it looks like all the tests are passing.

> Any other details you are seeing the response? I want to make 100% sure we're gonna solve the right problem. Hi @bhelx -- thanks for the quick reply. That's...

> @phillipadsmith what's the purpose of limit=1 here? https://github.com/TheTyee/manage-account.thetyee.ca/blob/master/app.py#L57 I was hoping it would shorten the response time to only request one record. And, I'm only searching for one record...

@bhelx What was the fix implemented in the Ruby and Node modules? Is there a similar tactic I could implement in my version of the module, or in the application...

@bhelx And what is the root cause of the timeouts? Is it the Recurly API not responding? I've never experienced this timeout when using the API endpoints directly with Postman...

> Again sorry about this, I'll be working on implementing and testing this the next couple days. @bhelx No need to apologize. I appreciate the quick replies and it's helpful...

Couple of quick questions, @bhelx: > At scale though, you're gonna have some random TCP-level blips. Most of the time, it's something that can be recovered from. True enough, but...