YPCrumble
YPCrumble
Thanks for building this repo! If I add style to my `` element and use the clickable FlipCard, styles like `width: '100%'` won't be passed to the `FlipCard` element as...
What I'm looking for is rather than the text showing "Warning: This password would take {{ password_strength_time }} to crack", something like "Password Strength: {{ zxcvbn_score }}". I'd use Django's...
Bootstrap 4 has [new classes for the progress bar background color](https://getbootstrap.com/docs/4.1/components/progress/#backgrounds). I'd be happy to help with a PR for any of these fixes: - Updating this repo to support...
**Steps to reproduce** 1. Check out this example repository: https://github.com/YPCrumble/amazon-paapi-test 2. Create a virtualenvironment and install mypy 3. Run `mypy .` and you should get this following error: ``` example/example.py:1:...
@saxix thanks for building this repo! I'm trying to debug an issue when I try to merge a couple models with M2M relationships and attempting to create a failing test...
Hi - thanks for building django-macros! I hope this PR would be appreciated. It updates the test suite for Django 1.11+ and runs it against a matrix of Django and...
Rather than omitting the javascript initialization if the `options` parameter isn't set, it would be nice if the DatePicker simply chose default options. Probably the two already in the readme....
First, thanks for maintaining this great library! I'm getting very slow SQL times when deleting an action_object from my database if it triggers deletion of more than a few dozen...
…fication model. Fixes #347. Note the because we're using the `indexes` setting instead of `index_together`, it appears this has auto-created a name for the existing index as well.
Thank you for creating this repo! I'm looking to migrate a custom SSR'd react application to Vite, but I'm using loadable components for code splitting which [doesn't support Vite](https://github.com/vitejs/vite/discussions/2721#discussioncomment-6497045). Is...