Adam Grant

Results 19 comments of Adam Grant

This might have to do with the difference between running it as your user, or having root run it. The Google Container Optimized OS has `/root/` locked down as read...

Seems to be an issue with Lists of Message's that have double fields when they are set to 0, they don't get a placeholder set for them in the resulting...

Example output: ![screen shot 2015-05-23 at 12 10 23 pm](https://cloud.githubusercontent.com/assets/2168/7785443/e7a2239e-0144-11e5-97c7-a3846f193c9d.png)

Hi Joe, Sorry about that, I should have given this some context. Here's what my Sublime text theme (Blackboard (SublimePythonIDE).tmTheme) shows before this addition: ![screen shot 2015-08-26 at 9 31...

Sure! We have a BeyondCorp setup that requires an extra "Authorization" header on each request to the Sentry server we are hosting. (I added this to the description above: "This...

@untitaker I think that's a great idea. I'll see if I can refactor this PR towards that goal. Hopefully by early next week I can have this updated.

Hi @antonpirker , yes, sorry, I never got around to doing a proper PR for this! Here's how I wrote an adapter for our code: ``` custom_sentry_sdk.py """ Example usage:...

Can you paste the output? Also, seems your "up" method is missing a trailing `];`.

So, in your up and down migrations, you aren't returning any promises (something they say to do). Can you make sure to return something? ``` module.exports = { up: (queryInterface,...

@Zechnophobe Yup! That works too. Glad you figured it out.