Benjamin Horner

Results 8 comments of Benjamin Horner

Hi. I am not too sure as to what your explanation demonstrates… As far as I can see, google is still recommending the #! method (https://developers.google.com/webmasters/ajax-crawling/docs/getting-started). What is the alternative...

@skippednote I ran into the same issue and indeed hadn't created my ThingController. However, It still didn't work. After a little debugging I noticed Ember returns the ID as a...

I found a dirty workaround using ``` cellSpec = CellSpec.NibFile(nibName: "ShareCell", bundle: NSBundle(forClass: ShareCell.self), height: { (actionData) -> CGFloat in if actionData.subtitle != nil { return 100 } return 200...

> https://github.com/gregertw/actingweb_firstapp/blob/beta_channel/lib/providers/auth.dart The link is broken. Also, I think what the issue is here (and I am currently facing that issue) is for example in an Implicit flow, after calling...

> If I understand correctly, in the Android flow OAuth2Provider automatically handles the session ID? Or does it keep track of the session cookie? Is there any way to access...

@Anderson-Andre-P I am building on a Mac and I get the error when running `Pod install` inside the **ios** folder, so I am not sure these two issues are related...

@babar7 Thank you so much! I can't believe I missed that. However, this doesn't entirely solve the issue as now I am getting the following error: `The 'Pods-Runner' target has...