Alexander Kavanaugh

Results 49 comments of Alexander Kavanaugh

@tskirvin hi there! Can you try the version on the master branch and let me know if the issue persists?

Awesome! Yep; I'm not sure why I didn't do a release last time. I'll push this out next week*

@axnsan12 this would be very helpful to have (assuming it's fixed)

It's definitely nice to have that check. I suggest using six.string_types instead: ``` python elif isinstance(value, six.string_types): value = timedelta(microseconds=int(value)) ```

Exactly. The normal Django widget operates outside of the constraints (and get_or_create handiness) offered by django-role-permissions. I have no idea how to go about this yet or how it would...

@powderflask 1) sounds good! I'd suggest naming it ``RoleManagementMixin`` or something 2) here's our approach: ```python from django.contrib.auth import get_user_model from django.core.management.base import BaseCommand from rolepermissions.roles import get_user_roles, clear_roles, assign_role...

@brandur-stripe No worries, that'll work for us. Thanks!

running into this with grafana 7.1.1

@ryantxu any chance you can take a look at this soon?

> Yea I have the issues turned off here as the main repo for discussion is [Myndex/SAPC-APCA#30](https://github.com/Myndex/SAPC-APCA/discussions/30) Ah, gotcha. I figured a separate discussion project might be the case. Could...