Ugnius Malūkas
Ugnius Malūkas
Hi, I ran into a problem as I can't activate the last element. This occurs because the last element does not have a height of 100vh. In my case, I...
Hey! it would be nice to have also conventions for nodelets like naming, basic structure. :) Have a great day! Ugnius
## 🐛 Bug report ### Summary of issue Children of `CircularProgressbarWithChildren` aren't scaling evenly. Would it be possible to have children assigned to parent SVG?   ### Your environment...
**Bug description** The test runner gets stuck in the "Testing in playmode" phase. I have tried `ubuntu-latest` and `windows-2022` docker images. CI configuration is almost the same as described in...
### What is happening? I have a monorepo ([Turborepo](https://turborepo.org/)) that has an app and a UI library. The app is using [create-react-app](https://create-react-app.dev/), meanwhile, the UI library is using [tsup](https://tsup.egoist.dev/) (a.k.a....
- reactstrap version `5.2.1` - import method `esm` - react version `17.0.2` - bootstrap version `5.2.1` ### What is happening? I have a monorepo ([Turborepo](https://turborepo.org/)) that has an app and...
I am trying to have a custom email template. When I use `PasswordResetForm`, everything seems to work fine: ```python from django.contrib.auth.forms import PasswordResetForm class CustomPasswordResetSerializer(PasswordResetSerializer): password_reset_form_class = PasswordResetForm def get_email_options(self):...