Willian Kevenis

Results 8 issues of Willian Kevenis

When typing some text in the application the picker emoji is loading an image causing "lag" in the application. In attach print my DevTools Browser ![bug report](https://user-images.githubusercontent.com/20574922/228700896-53ef9367-c0fd-4dd1-9090-c6d2256537d8.png)

Hello friends, I noticed that country flags are not being supported. ![image](https://user-images.githubusercontent.com/20574922/228703798-8965e467-55cb-4fe4-a1e6-5543d5060ebb.png)

The textarea has not attr "name", any solution ?

# Introspect Token token_info = keycloak_openid.introspect(token['access_token']) 2024-02-10 14:44:13,811 WARN [[org.keycloak.events](https://org.keycloak.events/)] (executor-thread-44) type="USER_INFO_REQUEST_ERROR", realmId="64376e3a-8e9e-44a1-9adb-6fbe5e0c23fb", clientId="null" , userId="null", ipAddress="[172.23.0.4](https://172.23.0.4/)", error="invalid_token", auth_method="validate_access_token" On localhost, it works perfectly. And it validates the token and...

https://django-rest-framework-simplejwt.readthedocs.io/en/latest/stateless_user_authentication.html?highlight=JWTStatelessUserAuthentication#jwtstatelessuserauthentication-backend Simple Jwt => v5.1.0 has renamed JWTTokenUserAuthentication to JWTStatelessUserAuthentication, but both names are supported for backwards compatibility 'DEFAULT_AUTHENTICATION_CLASSES': ( #'rest_framework_simplejwt.authentication.JWTStatelessUserAuthentication', 'rest_framework_simplejwt.authentication.JWTAuthentication', if your using new name JWTStatelessUserAuthentication , djoser...

help wanted

Hello friends.. exactly what I'm looking for. This lib supports React 18 and Node 18 ?

https://emergencia190.com/ Traceback (most recent call last): File "/home/kevenis/Emergencia/site_clone/app.py", line 234, in extractor.run() File "/home/kevenis/Emergencia/site_clone/app.py", line 37, in run self.save_files(self.scraped_urls) File "/home/kevenis/Emergencia/site_clone/app.py", line 216, in save_files self.download_file(url, output_path) File "/home/kevenis/Emergencia/site_clone/app.py", line...

It is possible to wrap entire methods with @contextmanager schema_context ?