Aaron Pollack

Results 6 issues of Aaron Pollack

### Describe the Bug Sample code ``` class MyClass: attribute = 5 def method(self): return self.attribute obj = MyClass() print(obj.attribute) ``` Right click on "attribute" and click Find all references....

codenav

Pyrefly should have an easy to configure CI package for github and other popular CI platforms. Which CI platforms do we support? What minimal config in the CI should be...

typechecking

### Describe the Bug - [ ] GoToDef - [x] GoToTypeDef - [x] References - [ ] DocumentSymbols - [ ] WorkspaceSymbol - [x] Hover - [x] DocumentHighlights - [...

codenav

``` def foo(): x #

typechecking

### Describe the Bug pyrefly errors CLI does not fit the fairly universal "error in file" format that mypy or gcc or most Linux toolchains use, which is a line...

enhancement
codenav
User

Pyrefly's IDE extension should ship with popular library type stubs. Which stubs should we include? Ideas: - Top stubs libraries by pypi installs: https://python-type-checking.com/ (check to see if actively maintained)...

codenav
needs-discussion