Juan Pablo Piedrahita Quintero

Results 10 comments of Juan Pablo Piedrahita Quintero

I just did this using the constructor method instead of `componentWillMount` because it is unsafe now and struggled a little to make it work because I was not passing the...

That seems like a good solution to me. Is there any reason for the library to iterate over the JWKS and ignore the `kid`? is it because some JWTs can...

Thanks for the information, I see the problem now, it would be too cumbersome to implement a general solution that takes into account all the possible ways. To remove the...

I also love Panda syntax, but this issue is even worst when seeing code changes: ![image](https://user-images.githubusercontent.com/6783539/46882619-eddab000-ce14-11e8-9f1d-8f60905cd304.png)

Hi, I just found this issue too and the serialization process is not consistent between single and multiple objects. In single objects the field is serialized as a date, but...

Haystack now supports elasticsearch 5.x.x, can drf-haystack be used with the new version of haystack? or there any other issues aside from the pipfile? in advance

If someone else is having this problem, it can be solved defining a simple `post_delete` signal, this can serve as an example: ```python from django.db.models.signals import post_delete from .documents import...

I think that's a duplicate of this issue: https://github.com/expo/config-plugins/issues/84

I don't know if you still have the issue but I was able to fix it in my project. Turned out I had `moduleNameMapper` set in the jest config with...

I'm seeing this issue too, it can also be related to the plugin not being able to resolve the tailwind config, do you know if there's a way to debug...