Dustin Smith

Results 10 comments of Dustin Smith

Are we able to easily upgrade these? Feel free to submit a patch and we will review. Otherwise it might not get address for a bit.

I don't think Patio enforces a limit. You may run into a memory issue but I would expect some sort of error. The error handler is not being called?

I have never tried doing deeply nested object like that. @doug-martin would you expect it to work? Any ideas?

Did you sync() your models? http://c2fo.io/patio/models.html

No, the error should bubble up to the top level. So having an error handler at the top level should be fine.

I handled this a bit different. I made my `loop` function take an `on_data` callback and then just call that `&on_data/1` before recursing again. It could be called in a...

@NavneetDabral - yes you can raise a PR.

I think I am running into the same issue. My original hunch was that Amplify is tweaking the headers because the request is proxied through CloudFront. Looks like user agent...

I just went through the install today and had a similar error. You release the changes to NPM already? Ill keep looking, but just wanted to post since you said...

@vanstinator - does Datadog provide a public trace endpoint or do you run your own public agent to send the data to?