BloodmalletEU
BloodmalletEU
Hey, I was wondering whether there was already a way to auto-update docstrings. ```python def start(a): """[summary] Arguments: a {[type]} -- [description] """ pass ``` to auto update to: ```python...
**Describe the problem** My users can have different locales. Therefore I need to set the locale of each widget dynamically on form creation. I couldn't find a solution to this...
**Describe the bug** When setting the locale, almost everything is translated. Months, Days, the week day order. But the interactive buttons titles aren't. Trying this out with `de` locale. **To...
Fixes https://github.com/1tontech/bootstrap4-snippets/issues/17
This PR contains the following changes for bootstrap modals: - variable names are consistently `modal*` now - added `modalTitleId` as id to the modal title (`h5`) - use modal id...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** For new characters it can be helpful to determine quickly the faction that is displayed for each race. **Describe the...