Clinton Blackburn
Clinton Blackburn
@YJPL you linked to an error message that occurs for Ubuntu 16.04. What settings do you think will resolve this issue? Changing Ubuntu versions does not resolve the issue.
Got it. Note for others: if you see errors about Bundler versions (e.g., 2.1.4 not supported), set the `RUBY_VERSION` environment variable to your Ruby version (e.g., 2.7.1).
Any plans to actually implement sorting?
I've started an implementation of the `field_queries` solution at https://github.com/edx/course-discovery/pull/144. I'm going to flesh it out some more in an effort to identify potential issues. For this example, I need...
My comment is about the fact that filters depend on the views' serializers to build the queryset. I'm not recommending that change now; but, I do find it rather strange...
Thanks @johnnyshields.
I see the same issue. Suspecting an issue with storing cookies for local hosts, I tried using localhost, instead of 0.0.0.0, and using ngrok. Neither worked. However, I the Instagram...
It seems I misread `setup.py`. Closing as there is no immediate need to remove pylint_django.
@nitely please share your thoughts on implementation. How will https://github.com/nitely/django-hooks come into play?
Aside from the fact that it's incompatible with `django-hooks`, any opposition to using [`django-taggit`](http://django-taggit.readthedocs.org/en/latest/index.html)? It makes since to me to use it rather than re-create the wheel. I agree with...