Andy Tran
Andy Tran
@LeviLong01 regarding your second-last point - have you taken a look at `lib/chat_api/slack/event.ex`? I think [this one](https://github.com/papercups-io/papercups/blob/fbe5e5ce4ff51702a0f898c39a9be47c33e9cb4a/lib/chat_api/slack/event.ex#L173) is probably a good starting point to put your other findings to use!
Since I'm already looking at this page, I can look at this too, if it's still relevant. Otherwise I think we should close the issue!
I'm getting this too.
Twilio has a free phone number validator service that we already use for something else. Maybe we can also pair with a client-side validation. (is a phone number regex stupid?)...
Is this an expected behaviour of Phoenix channels...?
I rebased this out of curiosity as a way to dig into the internals, but I did something wrong in Git and the commits are attributed to me... if that's...
@FredyC Where are these type annotations coming from? I don't see them exposed in `@apollo/react-hooks`
^ Me too, sdk `3.405.0` and node 20.6.0
Sorry, i neglected to say that the same workaround worked for us: ```javascript import { KinesisClient } from '@aws-sdk/client-kinesis'; import { NodeHttpHandler } from '@smithy/node-http-handler'; const region = 'us-east-2'; const...