Stephen

Results 7 comments of Stephen

This limitation should at least be doc'd. Is there a list of supported image types somewhere?

Hi, I have been unable to get `order` with a `referencedTable` to affect the results of the parent table. In other words, [these docs have been untrue](https://github.com/supabase/postgrest-js/blob/e26266ada6b8f636bfadb074ec6fb723c6f2eac2/src/PostgrestTransformBuilder.ts#L82) for me. [Others...

Hey @alessio-ragni, I'm also hitting this bug. Did you ever submit a customer report or hear about a fix?

Also, on UsersInfoResponse. https://github.com/slack-edge/slack-web-api-client/blob/ebf5f072088c03fa39fb8a9b84e27706698bc2f7/src/client/generated-response/UsersInfoResponse.ts Sample `users.info` response: ``` { "ok": true, "user": { "id": "U08DU40SYLU", "team_id": "T060SL2GABC", "name": "deactivateduser832384", "deleted": true, "profile": { "title": "", "phone": "", "skype": "", "real_name":...

@seratch I understand that part, but I'm trying to figure out why the framework intermittently fails to get the bot token when I have verified the KV entry exists with...

@seratch In one particular instance, a Salesforce support dev installed our app into an Enterprise Grid SDO workspace. All events for this workspace were failing with the error: ``` AuthorizeError:...

@seratch I see, that's a good idea. I might have time this week to give a crack at it. Thanks for the java reference! Let me make sure I have...