Ronan Gaillard
Ronan Gaillard
Thanks for your quick and detailed answer ! :)
For future reference : I convert `otf` fonts to `bdf` with `otf2bdf` : ```sh otf2bdf -p 24 -o roboto.bdf RobotoMono-Regular.otf ``` You can also select a subset using the l...
Can you explain how you managed to fix this issue ? I have the same problem. I need to provide the client secret but I see no way of doing...
Unfortunately the people I'm working with require me to use client secret, even if it's bad practice. Here is a dirty implementation I made [@react-keycloak+keycloak-ts+0.2.4.patch.txt](https://github.com/react-keycloak/react-native-keycloak/files/8662947/%40react-keycloak%2Bkeycloak-ts%2B0.2.4.patch.txt)
Not sure it's a good idea as this is not something you want to incite
Same problem here, thanks for the fix !
Same here :( Mac OS 11.2.3
Yes, please add an optional prop to disable this 😞
The problem is that the current focused element before opening gets unfocused on popup open. In our projects this is a big issue as we have to refocus the previous...
Having the same issue and it's preventing us from using `reactjs-popup` in our app 😞 Do you have any idea of how we could implement a fix and create a...