Austin Miller

Results 6 comments of Austin Miller

In case someone is coming here to find a fix: I found this response by @eshanholtz really helpful: https://github.com/twilio/twilio-ruby/issues/524#issuecomment-665247121 You can use the following to get the raw http response:...

Hmm I seem to have broken something? Could this have been with the aws-upgrade? or possibly the tests don't know what to do with the new parameter? I am not...

I think the risk with a json column is you could start to get some really bloated table rows, especially when you have 4-6 delivery methods for each notification. Things...

Yes - In my experience, they all return an id of some sort (and yes, keep it a string, Slack has some interesting message ids). So to add to yr...

The [notifme library](https://github.com/notifme/notifme-sdk) in NodeJS is a great example that lent itself really well to the Strategy Pattern. Some of their design could save a lot of brain work on...