Alex Dehnert

Results 24 comments of Alex Dehnert

I'm confused that CI appears to have still not run.

I think this change just makes the code match the already-existing documentation -- see https://github.com/python-social-auth/social-docs/blame/master/docs/configuration/settings.rst#L18, "All settings can be defined per-backend". Can you clarify what you're looking for in terms...

> YAML doesn't support binary content. I don't think this is true? The [latest spec](https://yaml.org/spec/1.2.2/#example-various-explicit-tags) uses the `!!binary` tag in an example, there's a [spec for !!binary](https://yaml.org/type/binary.html), and perhaps most...

> > The [latest spec](https://yaml.org/spec/1.2.2/#example-various-explicit-tags) uses the !!binary tag > Apologies, that's new to me. I assume the version of the yaml parser you have installed supports it? Yup. And,...

> Have you had a chance to look at how to integrate this with the build system? No. Given how much fun my last buildsystem-related adventure was, I was hoping...

FWIW, I had a similar error, and in my case the relevant UPS just seemed to be missing from `/usr/lib/udev/rules.d/62-nut-usbups.rules`. Adding the missing lines to a file in `/etc/` (and...

Another possible approach here, I think, is to support the [action](https://docs.djangoproject.com/en/3.2/ref/contrib/admin/actions/#django.contrib.admin.action) and [display](https://docs.djangoproject.com/en/3.2/ref/contrib/admin/#django.contrib.admin.display) decorators added in Django 3.2, which reduce the need for setting attributes on functions. Edit: I see...

FWIW, historically I think I'm a lot more likely to read any of chat.zulip.org if I'm reading it in a client I'm using for other things. I don't think I've...

Sure. I think the second is significantly more important, though - if it's one more place to check, even if it's equally easy, I think it's likely to fall by...