janheini
janheini
I have the same issue on Linux (Fedora 42 and Debian 12) under Sway/Wayland. Wezterm version is `20250604_060157_5106c8c1`. Becomes completely unresponsive when calling `wezterm.gui.screens()` inside the config file. Calling it...
I think there are two issues here: 1. Being able to abort a running task. There is currently no way to do that other than stopping the worker which leads...
Hey, this is because of #4476 and was the reason I created that issue in the first place. Until that is fixed you can manually add the msgid to your...
I think the underlying issue is https://github.com/django-haystack/django-haystack/issues/1956. Haystack's SearchMixin hard checks that the request method is GET. I made a pull request to fix this: https://github.com/django-haystack/django-haystack/pull/2015
I'm stumbled upon this in [django-oscar](https://github.com/django-oscar/django-oscar). Can confirm this is still open with Haystack 3.3.0 and Whoosh 2.7.4.
whoosh-reloaded is also [not maintained](https://github.com/Sygil-Dev/whoosh-reloaded?tab=readme-ov-file#notice-this-repository-whoosh-reloaded-is-no-longer-maintained). I guess this means I should migrate to one of the other backends. django-oscar recommends solr anyway. Maybe add a note about the state of...