Felix Meziere
Felix Meziere
Hi there! Data loaders used to work with `graphene-django`, there is a perfectly maintained example of it here https://github.com/ngshiheng/django-graphene-starter . They don't work anymore after updating `graphene` and `graphene-django` to...
# Bug report ## What's wrong First, let's establish that annotation chaining with non-custom querysets methods works: ```py queryset = HostingAdvert.objects.annotate(is_cool=Value(True)).annotate(is_amazing=Value(False)) reveal_type(queryset) # Revealed type is "HostingAdvertQuerySet[WithAnnotations[HostingAdvert, TypedDict({'is_cool': Any, 'is_amazing':...
# Bug report ## What's wrong Even though a queryset is correctly typed with `WithAnnotations`, this annotation is lost when accessing an instance in the queryset, which means we can't...
I badly need the Safari focus fixes, could you please deploy the latest commits in `master` to npm? Thanks!
Hi there :) This [commit](https://github.com/t49tran/react-google-recaptcha-v3/commit/907c3d1f3af71ee0aa6ae54b0cbf8459093d0322) from version 1.9.8 introduces a regression on my website's checkout page, when the user uses recaptcha twice in a row (first to signup, and then...
If two different resolvers of a DjangoObjectType have hints with the same value in to_attr of Prefetch, then Django will raise an exception ("Lookup was already seen with a different...
## 💥 Regression Report Following https://github.com/i18next/i18next/issues/2138 (and subsequent https://github.com/i18next/i18next/issues/2168), the typescript situation in our codebase got better in that typescript could run instead of throwing "too deeply nested or possibly...