pedrobern

Results 71 comments of pedrobern

hi @muhammad786, if I understand correctly you want to achieve something like this: I'm not using recyclerlistview (which is great), but I have this behavior available in two packages: [react-native-collapsible-tab-view](https://github.com/PedroBern/react-native-collapsible-tab-view)...

@daominhsangvn on IOS you need to use content inset to correctly position the refresh control, instead of padding. And when changing tabs you need to sync the scroll position of...

> django==3.0.6 **django-graphql-jwt==0.3.1** graphene-django==2.9.1 django-graphql-auth==0.3.10 Hi @mcabrams did you try with `django-graphql-jwt==0.3.0`? Currently, this package does not support the `0.3.1` version.

I don't know how to get more detailed logs, but it's a common graphql issue for the http status codes see [this issue](https://github.com/graphql-python/graphene/issues/946). If you discover, please let us know!

I did refer to an issue about the status code, but you are talking about the logs, sorry! It would be nice to have more details, but I still don't...

Hi, @miladjobs I have no experience with recaptcha, but I think it is necessary only at the sign-up. The sign-in can have other types of security, for example, if a...

@maxpeterson this is a great idea/feature! Much better design than what I have done. I did this way to be one step less on the setup, but honestly, I hadn't...

The `django.core.signing` already uses the secret key, so I think it is secure. However, you are right. Currently, we have this "action" that determines which token we are generating (password...

@cutamar would you like to open a PR? If you can't it's ok, I change this later.