Dan Rowe

Results 17 comments of Dan Rowe

@AMDHome, Have you been able to set multiple child_ids at the same time or does it just change the state of the first child_id in the list?

related to #34 which would solve the nc part by adding the GRAPHITE_PORT config option, but we'd maybe need to change it to two seperate config options since both the...

Also solved here in my commit: https://github.com/etsy/skyline/pull/72 On Wed, Apr 2, 2014 at 1:55 PM, William Cummings [email protected]: > @astanway https://github.com/astanway this is what I have done in #81https://github.com/etsy/skyline/pull/81 >...

If i had to guess it's because their efforts are being put else where: www.andrewclegg.org/tech/KaleTalk.html maybe @andrewclegg could give us some insight into Kale v2 or access to the code...

Example from Compute@Edge documenation for Adding Geo Information to the request to the downstream: ``` function handler(event) { let clientGeo = event.client.geo event.request.headers.set("client-geo-continent", clientGeo.continent) event.request.headers.set("client-geo-country", clientGeo.country_code) event.request.headers.set("client-geo-latitude", clientGeo.latitude) event.request.headers.set("client-geo-longitude", clientGeo.longitude)...

Looks like a personal address can be used and then you can change the Email address after the fact. This doesn't let others manage the account, but at least they...

+1 for this patch. Would love to see it merged in so we can run off of the mainline master branch again.