Matt Robenolt
Matt Robenolt
And also, you say 3.6, but your stacktrace is 2.7.
Ok, that looks like a better stacktrace. This is because of the way I'm using metaclasses which have changed for python3. Are you willing to submit a PR? If not,...
So this is almost exactly what we do in Sentry. See: https://github.com/getsentry/sentry/blob/master/src/sentry/api/decorators.py We then wrap `@sudo_required` around our DRF views. You can see this being used here: https://github.com/getsentry/sentry/blob/930cbca0e99db519edca117580680c5005b17b01/src/sentry/api/endpoints/user_details.py#L26 I'm open...
You're probably right about the `WWW-Authenticate` part. :) Not sure if I agree with implementing something in here to facilitate this though. From my perspective, bridging into JavaScript land requires...
:eyes: I'll take a look at this, but it's likely fine.
@justinmayer thank you stepping in. To explain some context on this project and where I stand personally: I primarily wrote and supported this for @getsentry. Specifically for @getsentry/sentry. To put...
Is there some reference that says this is strictly true? I feel like typically they are integers, but not sure why a float wouldnβt be allowed.
Oh, I guess that makes a lot of logical sense, you'd be increasing the number of colors. I guess from my perspective, I was trying to maintain lossless conversions, but...
I would much rather this work with some sort of warning. I donβt think itβs `django-sudo`s responsibility to intercept POST data and handle this gracefully. Thatβd be almost impossible to...
Let me know if you want some help with that. jQuery currently does it completely wrong for themselves, so I'd like to see someone actually get it right. :)