Patrick Hintermayer

Results 64 issues of Patrick Hintermayer

I want to show a modal the first time a user logs in. Therefore I have a state in a cookie or localStorage, e. g. modalOpen which can either be...

**Is your feature request related to a problem? Please describe.** It would be nice to inform the devs about unused language keys. **Describe the solution you'd like** A simple console...

**Describe the bug** ```json { "registerHere": "Or register here" } ``` ```svelte {@html $_('registerHere', { values: { url: '/register'}})} ``` Will produce: ```html Or register here ``` Without the @html...

**Is your feature request related to a problem? Please describe.** To improve the organization for saved connections, it would be great to have the option to create folders. For example...

enhancement
working on it
accepted :+1:

> Run release-drafter/release-drafter@v5 > "pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/) "pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/) "pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/) "pull_request_target.edited" is...

I renamed our `.yml`files to `.yaml` since it's the recommended file extension, see http://yaml.org/faq.html And now GitHub Actions fails with the message: > Error: Configuration file .github/release-drafter.yml is not found....

If I click on a url view name in a template, I want to jump to the corresponding View. ```html {% url "user_settings" %}" ``` If I control+click on `user_settings`,...

**Describe the bug** We have a custom user model which uses an email field as username ```python USERNAME_FIELD = "email" ``` If I set ```python AXES_LOCKOUT_PARAMETERS = ["username"] AXES_CLIENT_IP_CALLABLE =...

bug
help wanted

I'm using the theme `dark` together with a admin tree package which shows icons for drag and collapse. This packages considers `@media (prefers-color-scheme: dark)` and shows white icons which I...

**Is your feature request related to a problem? Please describe.** We are switching our REST API from DRF to ninja which worked pretty smoothly. Now we want to remove DRF...

enhancement