Yasser Tahiri

Results 67 comments of Yasser Tahiri

Hello @r-scheele can you please checkout using `HTTPCacheBackend` https://github.com/yezz123/authx/blob/33bd6100f0f3e261de58e683e788352e1233b057/authx/cache/backend.py#L11

> @yezz123 , do you plan to continue work on the pr? Yes, I was busy just with some work I just merge this https://github.com/python-social-auth/social-core/pull/633/commits/f18da50c093ab31d2b99ef5552b84b90147c032e if you have any improvement...

https://github.com/identixone/fastapi_contrib/blob/d498c1f3891e96c16b95118853472f3aed885a36/tests/db/test_serializers.py#L455 Relate to this we can simplify the generator > The expression (x for x in [2, 3]) is a generator that returns all of the elements of [2, 3]....

> @iudeen @yezz123 Usually, how long it takes you guys to merge a PR? Mainly @tiangolo will review it after adding a flag of `awaiting review` so just wait it's...

AuthX https://github.com/yezz123/authx I want to engage, learn and contribute with developers

I agree with @hramezani's suggestion to keep the items in v2 and remove them in v3, but I also think it's important to have a clear plan for how we...

This looks impressive, as I worked before on several types regarding Pydantic in my work, I would be happy to elaborate on this and maintain Pydantic extra, it's going to...

> * repo created https://github.com/pydantic/pydantic-extra > * pypi project stub created to save the name > * @yezz123 invited to the pydantic or and to have write access on pydantic-extra...

> Thanks for the review @yezz123 - I assume your (awesome) `authx` package need these changes too. Yes, I was looking to override much of things, especially the scopes part...

> @yezz123 any idea how it can be tested? you can create a folder called `benchmarks` create several small apps and use the timing module to test, you can create...