Zephyr Lykos
Zephyr Lykos
Correct me if I'm wrong: seems already handled this (`generator._failed`)?
duplicate of #66
Ah, my bad. Sorry for that.
addressed by commit 16bdde6a30b9611711e131e593a8fd418c429b09 for now
seealso: https://github.com/neovim-stuff/null-ls.nvim/issues/3#issue-1898458338
bisected to this commit: https://github.com/nvim-lua/plenary.nvim/commit/dd5a2f6d677f9c31dc55f0ab1ec2e9e43c408052
partially done in fef4bc70cdad8221cf6506090f437719bc393050, waiting for it to land in a tagged release
TODO: add schemas
/cc @traxys
broken by Python 3.13+ (`pdb.py` → `cmd.py` → `code.py` → `rlcompleter.py` → `readline.py`) A possible temp fix is to add a stub: ```python # $PWNDBG/rlcompleter.py class Completer: pass ``` cc...