UdayVarkhedkar
UdayVarkhedkar
Attached is a txt file of multiple mobile user agents that are incorrectly being parsed as tablets. [Misclassified_Mobile_UserAgents.txt](https://github.com/selwin/python-user-agents/files/1075675/Misclassified_Mobile_UserAgents.txt)
I rebased this PR upon the other API PR because of some of the `None` `storage_usage` handling and re-numbering of the StorageEnum.
@Johnetordoff Some of your feedback is actually for https://github.com/CenterForOpenScience/osf.io/pull/9483 (which this PR is based upon). I'll incorporate those changes there. We'll talk about why a distinct endpoint is necessary for...
Example of storage usage messaging for a private project approaching storage limits:  Example of storage usage messaging for a public project approaching storage limits:  The messaging if the...
I think (h/t to Abram) that the Travis build is failing because the test relies on making a request to the ember app which it seems is not a part...
> @UdayVarkhedkar Is this up-to-date with develop? Looks like those tests are still failing. It is up to date with develop! I pulled develop and rebased this branch upon my...
On Friday, after looking into why the test was failing in Travis (the lack of an ember-osf-web service) and trying to address that, I realized that mocking `set_cookie` wasn't actually...
I think the query you provided is more efficient but it looks like it doesn't cache properly. So when I run `uday = OSFUser.objects.get(username='[email protected]')` followed by `uday._id` in the shell,...
Sorry, I copied+pasted your code and didn't acknowledge that I was trying to run things without returning the guid value. It works as expected and should help at least a...
Tests are failing because the number of queries exceeds the number specified in specific test's assert statements. After looking into this a bit more, I believe that the `values_list` query...