Daniel Clemente
Daniel Clemente
How this scenario can happen: First let's suppose I have user U1 who validated his e-mail E by clicking the link in the validation e-mail. Ok, now: I'm using python-social-auth,...
Hi, that's right, unique-together of email+user makes sense, whereas unique of only email doesn't.
1) I added it to the bug description https://github.com/scott2b/django-multimail/issues/10 2) The current system is difficult to use and places a lot of logic in the users of multimail, any simplification...
Sorry about the late reply. `email_address_handler` does 2 things: auto-create EmailAddress, and check the „primary“-ness. - I don't really need the „primary“ things yet because I'm still using 1 e-mail...
If you add MultimailUserCreationForm, you can ask the developer to inherit from that class (instead of _being forced to use it_), so that any form to edit user data can...
I'll add: why is the field "e-mail" unique? I think the uniqueness should be in the combination (user,email). It makes sense to allow (U1,E1) and (U2,E1) at the same time:...
I also found this, after updating my branch to the latest code and doing update_db and fixing a django-social-auth-migration. Some other info to debug this: http://127.0.0.1:9200/courseware_index/_mapping/courseware_content returns 404, but http://127.0.0.1:9200/courseware_index/_mapping/...
Mmmm… I was testing this bug in the latest master, moments before the patch for https://github.com/emacs-helm/helm/issues/2729 was merged. In that version (commit fe2f82f2fd9ada0e13ce9339cbfaee9a2c41c07d) the bug happens. But after that fix,...
My previous comment still holds: in commit https://github.com/emacs-helm/helm/commit/fe2f82f2fd9ada0e13ce9339cbfaee9a2c41c07d this issue happens, but in the next one (commit 1828412b57db1da6f7f677764b0c0abef4bce119) it doesn't. However, the problem was reintroduced in commit 99c8dcafa5f7f1efbc53f7788e44892a5fa4da06, which is...
Changing `helm-input-idle-delay` to 0.1 avoids this issue in two terminals I tried. 0.05 avoids it from time to time. But 0.1 makes using helm a bit frustrating and laggy. Very...