Steve Byerly
Steve Byerly
I've looked through the docs and the cli, but cannot seem to find a way to save the version of the installed package explicitly without editing the Pipfile after installing...
Thanks for all the RR4 goodness. I'm trying to understand this function a bit more: https://github.com/tylermcginnis/react-router-firebase-auth/blob/10b4add843fcb387f3d8d1c164009429d73bb35e/src/components/index.js#L11 Why have the `render` of the `Route` return the `Redirect` instead of returning the...
I started this update because I wanted a way to prevent the highlighter from always trimming the text the way it does: `...this wasn't ideal` Since I was adding a...
In using the new generic_views, I noticed that the `SearchView` would be inheriting from `FormMixin` (from the `SearchMixin`) and also `FormView`. The changes are pretty minor, but I think it...
I was working on updating the generic_views and noticed that the faceting views/forms operated in a way I did not expect. Specifically, it required the view to pass in data...