Péter Böröcz
Péter Böröcz
Hi Paul, I ran into several small issues with this package and it doesn't look like Atsuo's actively working on it (see my Pull Request from last December for example)....
HTMX user here as well. FWIW, django_debugtoolbar offers a mechanism to turn OFF debugToolbar on specified routes (for example, HTMX calls that are still returning clean HTML, just not total...
FWIW (as a Emacs elisp neophyte), this worked for me: ``` (with-eval-after-load 'eglot (add-to-list 'eglot-server-programs '(python-ts-mode . ("~/.local/bin/ruff-lsp")))) ``` went to: ``` (with-eval-after-load 'eglot (add-to-list 'eglot-server-programs '(python-ts-mode . ("~/.local/bin/ruff" "server"))))...
FWIW in case anyone runs into this (as I just did): `$ pipx inject libyear setuptools`
Thanks Sam! Your update for pyproject.toml removed a wrapper script I created just yesterday...and... `pipx install git+https://github.com/sam-atkins/pylibyear` Worked perfectly.