YPCrumble

Results 60 issues of YPCrumble

I'd like to provide the user with a default option in the event that their search returns no results. Something simple like "No results found" but that can be customized...

Fixes #34 I used [this section of Wikipedia](https://en.wikipedia.org/wiki/Jedi#Organization_of_the_Old_Jedi_Order) for brushing up on my Jedi rankings. Feel free to correct me as I am certainly a Padawan.

Creating a PR for this, let me know if this is not desired! Thanks for building this nice, simple library!

It would be really nice to have a test suite for the repo. In particular, including something like `mocks.py` that includes a mock product returned by this repo would help...

feature

I'm getting the following error with code that raises a 404 exception within an exception handler: > raise-missing-from: Consider explicitly re-raising using the 'from' keyword For instance, in this simplified...

Thanks for writing Djoser! I really like the library and API. The only thing I've found frustrating recently is that emails are automatically treated as case-sensitive per discussion in #87....

enhancement

Thanks for building this library! I appreciate that it's more design oriented than some of the alternatives. I've been able to quickly incorporate it into sites without hassle which has...

Hi - thanks for building this library! I'm looking for a solution that allows me to implement scrolljacking on mobile only for a horizontal list. Something like [this example](https://stackoverflow.com/a/42117768/2532070) but...

enhancement
feature

First, thanks for building this great library! I'm looking to solve [this Stack Overflow question](https://stackoverflow.com/q/54012146/2532070) which is primarily a question about tuning django-guardian (pasted below for reference). Is there a...