Sigve Sebastian Farstad
Sigve Sebastian Farstad
Thanks for the bug report. Can you try uninstalling nin via npm and installing it using the Developer setup in the Readme instead? That way we can see if there...
This is a Django default, as it turns out, and it doesn't seem like they will be changing it any time soon: https://code.djangoproject.com/ticket/2273 I agree that usernames should be case...
I think we should support having a canonical cased version of the username ('Raane' as opposed to 'raane'), but but treat the username as case insensitive everywhere else, so that...
Great! Rebased!
Yeah. I had to do a little bit of spelunking in the code base to refresh my memory 😅, but here is an improved explanation. (incoming wall-of-text, sorry!) **Most Django...
> > I don't really have any particular preference for any which option. For what it's worth, at my day job we've been using a parallel reimplementation of DRF's `ListField`...
> can you open related PR or some failing tests two other suggestion you have in this Thread? As far as I can tell, the test added in this PR...
`3` good enough? :P
Thanks for the heads-up!
Fixed by #251?