YPCrumble
YPCrumble
Thanks for building this repo! I'm not 100% sure my use case is possible based on the documentation - if it is I'd love to add some documentation for it!...
Thanks for building this library! I'm new to Bluebird and a little new to Promises. I'm hoping that this PR will help others like me better understand the documentation. I...
Hi, first thanks for writing this package! I found it when researching some improvements I'm making to django-fancy-cache: https://github.com/peterbe/django-fancy-cache/issues/67 I'm looking to integrate etags into my rest framework site but...
I've read the README and I _think_ that this library may do what I want it to, but I'm not sure. If it does do what I think it does,...
Hi - thanks for building this great repo! I noticed that you suggest adding `.env` to the `.gitignore` file - presumably because the config shouldn't be exposed as part of...
Hi - thanks for maintaining this repo! Would a PR to migrate the test suite to GitHub Actions be welcomed/merged? I previously submitted #259 and would love to migrate the...
Thanks for maintaining this repo! I have an issue that's likely a documentation issue in that I can't figure out how to create a type hint for a django model...
# Bug report ## What's wrong SlugRelatedField has `None` for a default parameter in its init function, but there is an assertion that prevents it from ever being `None`: https://github.com/encode/django-rest-framework/blob/0323d6f8955f987771269506ca5da461e2e7a248/rest_framework/relations.py#L455...
First, thanks for creating this really nice forum! I'm looking into using this as the base of a forum for https://bookclubz.com. One quick question - is there an easy way...
Thanks for building redux-api! I try running the example by switching to `/redux-api/examples/isomorphic`, running `yarn`, then `yarn start`. Here's the error I'm getting: ``` yarn run v1.9.4 $ node_modules/.bin/webpack --process...