Adam Grant
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: 
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.