Ken

Results 24 comments of Ken

not yet test, but will do. The issue is arguments in https://developers.google.com/calendar/v3/reference/events/watch ``` { "id": string, "token": string, "type": string, "address": string, "params": { "ttl": string } } ``` are...

I hope to integrate https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-nginx into my project, so that I can config something like ``` upstream app_server { server unix:/tmp/nginx.socket fail_timeout=0; } ``` I tried in https://github.com/gamesover/hello-world/blob/master/config/nginx.conf.erb, but heroku...

Thanks. Yes, nginx has been listening to `ENV['PORT']`. ``` listen ; ``` Heroku supports multiple buildpacks by default currently. We don't need to do anything except adding buildpacks in the...

gon is a hack. should use ajax/json to fetch the variable