Víðir Valberg Guðmundsson

Results 25 comments of Víðir Valberg Guðmundsson

@dustinfarris Right, why is that? What do we need to call through ports? I haven't looked through what the effects manager does just yet :)

@dustinfarris Great! That sounds doable at least ;)

Yes! Seems like this has been hardcoded in https://github.com/getsentry/raven-python/blob/master/raven/contrib/django/client.py#L158-L186, so guess the way to go is to override this method? But how do I use a modified version of the...

Yes, that worked! Here is the new client class: ``` from raven.contrib.django.client import DjangoClient class GDPRCompliantDjangoClient(DjangoClient): def get_user_info(self, request): user_info = {} user = getattr(request, 'user', None) if user is...

Is there any way we can get this merged and release? I'm happy to help if it is needed :smiley:

> Should we do one more > * has changes since 0.8 ([0.8...main](https://github.com/valohai/django-allauth-2fa/compare/0.8...main)) > > * supports the versions of Django we currently test on > > > and then...

Ping @akx :)

Cool! Should I start the process over in https://github.com/jazzband/help/issues?

Is anyone doing work on this? Otherwise I might give it a go - it would make using elm-graphql with graphene relay much nicer :)

Hi y'all! I'm also running into this issue, and the proposed solution with `pre-commit autoupdate` does not work in my case: ```toml # nitpick style [nitpick.files.present] ".pre-commit-config.yaml" = "Create the...