Alex Waygood
Results
102
issues of
Alex Waygood
### Summary Consider: Accepting the `aaaaa` suggestion here (which is rendered, less confusingly, as `aaaaa=` inside VSCode), will introduce invalid syntax into the code: if the user has already typed...
bug
server
completions
### Summary Consider the following examples: ```py def f(x: list[int] | None, y: None): x[0] # error: [non-subscriptable] y[0] # error: [non-subscriptable] for z in x: ... # error: [not-iterable]...
diagnostics
attribute access