withered-magic

Results 27 comments of withered-magic

Sorry for the slow turnaround here, but this should be fixed on latest main now! cc @hauserx @albertocavalcante

Currently have some work in progress for this feature! But maybe a clarifying question to help me move forward - is it expected that the nested repositories inherit configuration for...

I definitely think this functionality would be super useful and should be pretty straightforward to implement with how everything's currently set up! I think the only outstanding thing would be...

Thanks, this is super helpful to hear - there's a couple more "core functionality" features I want to land but I think after that I'm gonna start on a more...

Ah, I ended up just copying the behavior from Pyright here, which emits an error diagnostic if the bare `*` parameter isn't annotated, e.g. ```python def foo(*, x): # type:...

I'll take a look through the pep 484 doc again and see if it says anything about annotating `*` parameters

I think this makes sense! I currently use Bazel VSCode extension which currently takes care of calling buildifier but can see this being useful for other editors, just need to...

just added a `starpls version` command as part of https://github.com/withered-magic/starpls/pull/292!

Thanks for the pointer to that LSP, I haven't seen that before! I think that the stub file makes sense as a means for defining builtins, will look further into...