Stephen

Results 6 issues of Stephen

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

I am using `replace_unified` to get the emoji from unified texts, but it fails for certain emojis with skintone variations. My usage is roughly: ```js import * as emojiConvertor from...

I have observed that the ChannelDeletedEvent (when a Slack channel is deleted) payload contains `actor_id` for the user that deleted the channel, although this is not doc'd on the [API...

Hello, We found that the framework's usage of [`auth.test`](https://api.slack.com/methods/auth.test) causes errors in certain scenarios where a burst of events trigger the method's [rate limiting](https://api.slack.com/methods/auth.test#rate-limiting): > This method allows hundreds of...

bug
enhancement

## Background We've been seeing intermittent authorize errors coming from the slack-cloudflare-workers / slack-edge part of our Slack app: ``` AuthorizeError: Failed to authorize (error: SlackAPIError: Failed to call auth.test...

bug

The framework registers its built-in handlers in the constructor first, including `tokens_revoked`, `app_uninstalled`, `app_uninstalled_team` events: https://github.com/slack-edge/slack-edge/blob/446dd1ccf739adb97c93964c358ed247dce831de/src/oauth-app.ts#L235-L236 The handlers are pushed on to an array that match based on the event...

bug