DetachHead

Results 929 comments of DetachHead

see 961bace51b0e2205a60535df887163354f7e440a, it's too much of a pain in the ass to run the tests outside the venv and im not even sure if there's any need to do so...

blocked by https://github.com/pdm-project/pdm/issues/3203

it would be nice if `lsp-devtools client` also had an option to specify its capabilities. currently it just sends `{}`

imo this seems like a fairly common mistake a user could make, so i think there should be both a runtime and mypy error (but just a mypy error would...

workaround: use new python 3.12 type alias syntax ```py type MaybeList[T] = T | list[T] ```

so it turns out the issue i had wasn't caused by a lack of the multiline flag. i was already using `normalize-space` which covers my use case, and the reason...

i just spent like an hour debugging only to find out i was passing invalid arguments to `svelte:self`. recursive stuff like this is typically painful to debug so it would...

i'm not really familiar with how editable packages work, but i wasn't able to reproduce the issue by running `uv pip install -e .` on my project - what command...

hmm, i'm still not able to reproduce it. according to [the documentation about editable installs](https://docs.basedpyright.com/latest/usage/import-resolution/#editable-installs), it should work as long as it uses `.pth` files with file paths in them,...