Anthony Gualandri

Results 14 comments of Anthony Gualandri

What is supposed to be returned exactly from the fetchInstallation call if using a publically installed app with Oauth? I am returning the authorized bot user token stored in my...

Thanks @seratch and I'm so sorry, but I'm confused. The spot in the docs you sent me to says "If you’re using the built-in OAuth support authorization is handled by...

Thanks @seratch, this is exactly what I needed and helped me get the right return values into the right data structure to get the app installing / loading properly. Will...

Yeah. That’s it. And is that possible using the TMK online editor? If so, how?On Apr 8, 2023, at 8:52 PM, ***@***.*** wrote: This perhaps? https://github.com/tmk/tmk_keyboard/wiki/TMK-Magic-Command#keymap —Reply to this email...

@hello-ashleyintech Also interested in being able to debug remotely in a local editor env like @spoike described. If this is not possible, is there some guidance on making debugging in...

Thanks @srajiang. That functions.completeSuccess call is not being explicitly made by me in the code but by having the .env file flagged with SLACK_DEBUG=true. Just wanted to make sure that...

No. I'd like to use a stored env inside the app within a function that isn't a slack function and so doesn't have the context env input to the function....

Yeah I think that's exactly what I need. I took a look at the docs link you sent. If I can slack env add MY_ENV_VAR asdf1234 And the Deno.env.get outside...

@srajiang Here you go: https://gist.github.com/anthonygualandri/33a4c58f39cf5a4086e62997d0062d76

@srajiang any update on what might be going on here with this?