Turcan Vladimir
Turcan Vladimir
### Description Currently, I am developing a slack app, build with `bolt`. I have implemented OAuth as suggested [here](https://slack.dev/bolt-js/concepts#authenticating-oauth). So, naturally `bolt` has created this endpoint `/slack/install` for installing and...
### Issue Hey there, it looks like your License isn't being interpreted by GitHub correctly, which means that it's not in the proper format. This is an example of using...
Here is a reproducible repo: https://github.com/justman00/react-lazy-hydration-cypress. When running `yarn e2e` and selecting the only available test, observe how the tests fail. I found a workaround of how to fix them...
## Suggested change I suggest moving from `font-display: swap;` to `optional`. Currently, on the website, we are experiencing FOUT(Flash of Unstyled Text), which leads to text jumping from line to...
Hey, so I noticed that Auth0 is sending some more data back, e.g: ```json { "email": "[email protected]", "email_verified": true, "family_name": "Example", "given_name": "Example", "locale": "en", "name": "Example Example", "nickname": "example.example",...