Hugh Francis

Results 85 comments of Hugh Francis

:+1: often have the rails app setup just to host the ember app for staging purposes. def need this!

was just about to open an issue for this - this would be amazing

Perhaps the developer simply defines a hash in the app controller to be converted to meta tags ``` ruby def feb_meta(app_name) if app_name == "blog" { yapp_user: current_user } end...

i tend to think it would be worth exposing a low level hook that the index.html string gets passed through for the developer to override and do whatever manipulation they...

yeah, i mean it's just 3 lines of code to add the low level hook also

Sadly no. I just wait until the requests start failing and then I manually log on to the Insta account and reverify my credentials (which involves changing my password) Then...

Hi @draeder - thank you for this! I just deployed the heroku server - but when I use it in the `announce` option ([as per the docs here](https://github.com/chr15m/bugout/blob/master/docs/API.md#using-your-own-signaling-servers)), it never...

Hi folks, Yup, just confirming it's working for me too. Not sure why it was down originally, but happy to chalk it up to the magic of the internet! h...

For the sake of context - it did not work for me immediately, even though I know the server was up (I was seeing peers connect in the Heroku logs)....

Cool. I just added timezone support to https://github.com/stefanpenner/ember-moment To save duplicating code - I think it makes more sense to make ember-moment a hard dependency of ember-cli-dates. Thoughts?