Oliver Haas

Results 12 issues of Oliver Haas

Hello PyAbel community! **If this is the wrong place to write something like this or if there is no interest at all let me know. I'm still fairly new to...

Just FYI I found some inconsistencies between geonames and this repo, one of them being in the title, see for example https://en.wikipedia.org/wiki/Innlandet.

When using the html dialog as a modal, the global view transitions make the scrollbar flicker. [Screencast from 25.08.2024 21:09:19.webm](https://github.com/user-attachments/assets/a843e2b4-5a9f-4d2f-a41c-306856c483e7) I'm on Ubuntu 22.04, Chrome 127, HTMX 2.0, ... Sorry,...

This PR fixes a memory leak in autoInit() of combobox, select, dropdown, overlay, tabs. When using autoInit() repeatedly, e.g. when doing partial updates with ajax like in the docs https://preline.co/docs/preline-javascript.html,...

### Summary Calling autoInit() repeatedly will lead to a memory leak ### Steps to Reproduce 1. Have a page with Advanced Select or Dropdown (possibly more) 2. Use autoInit() with...

The new changes for validation of `args` and `kwargs` order in [v0.125](https://github.com/django-components/django-components/releases/tag/0.125) slows down rendering by about ~35% in some of my test cases (lots of very simple components). I...

type--optimisation
milestone--v1

- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: Ubuntu 24.04 - Python...

:microbe: bug
:sponge: formatter

Pretty much the title. **`HX-Reselect` does not support `unset` like `hx-select` does.** I guess this is a pretty rare case, but I wanted to basically do the following: ```html Click...

enhancement

Under certain conditions, Django Q2 will cause unbounded growth of the `group_list` (the list of finished task keys for a `group`). One has to use the `cache` / `cached` settings...

The type stub for `EagerResult` doesn't have its own `__init__` defined, so type checkers think it just inherits from `AsyncResult` and then complain when you use it correctly. Here's what...

bug