Łukasz German

Results 2 comments of Łukasz German

I cannot help with VSCode, but I'd like to leave an instruction on how to do the same thing when using Pycharm. To debug backend app deployed locally using docker-compose,...

Slack `identify` scope is too limited to get users email. You probably should use Custom adapter class. Here is snippet from my code: ``` class CustomSlackOAuth2Adapter(SlackOAuth2Adapter): identity_url = 'https://slack.com/api/users.identity' def...