Andrew Chen Wang
Andrew Chen Wang
Ah sorry about this: https://github.com/YoomamaFTW/RichEditorView I'll try my best to actively maintain it so that it's up to par with the Android version like including YouTube videos and having callable...
@maulik3107 Trying to revive it since maintainership left after we didn't need it in a project anymore.
Maybe combine both signup form templates? > I should be able to query the social provider again and ask for an updated version of the user details when I need...
Seems inefficient if you think about it? It's merely the same user no? Allauth has an EmailAddress table so that a single account/User record has multiple emails if that helps.
Edit 2: It seems Boto3 allows this pre-signed POST request. Not sure about PUT... and how permissions would allow for it... but here's the docs: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html I'm also trying to...
Ah apologies, it's been awhile (and tbh I forgot) since I've started this PR. Some flake8 issue: ``` EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') ``` I'll check to make sure that...
Hey @jonathan-s I'm not able to properly read what flake8 is actually... saying? The only things I can tell is that pytest is spewing runtests.py and tasks.py as errored files,...
Take a look at the tests/ directory. They're very verbose so you can tell which fields will probably work best in the database for horizontal partitioning. @moi90
I like point 2, Why drop tox? Check out the configuration at [django-cachalot](https://github.com/noripyt/django-cachalot) so we can keep tox and still use GitHub actions. I agree with not needing to test...
@mahyard I will finish updating this PR sometime in the next few hours for CI configuration; any bad tests will then be up to you and I'll add you as...