Pinned
2,176 contributions in the last year
Less
More
Activity overview
Contributed to
microsoft/pyright,
microsoft/pylance-release,
microsoft/vscode-python
and 5 other
repositories
Contribution activity
October 2021
Created 18 commits in 5 repositories
Created a pull request in python/typeshed that received 9 comments
Fix use of unexported Pool type in multiprocessing.pool
For #6110.
pool isn't exported from multiprocessing. Import Pool from multiprocessing.pool directly rather than relying on the side effect of it be…
+2
−1
•
9
comments
Opened 10 other pull requests in 3 repositories
microsoft/pyright
5
merged
- Increase max file size to 50 MB, matching VS Code
- Restore CLI file watcher to pre-refactor state
- Fix import completions for parent directory resolution, changes for new module refactorings
- Avoid unioning already optional parameter type when default value is None.
- Fix more unresolvable import completions, module refactoring updates, remove getDeclaredTypeForExpression
python/typeshed
4
merged
microsoft/python-type-stubs
1
merged
Reviewed 22 pull requests in 4 repositories
microsoft/python-type-stubs
12 pull requests
- fix overloads for read_csv and read_table
- add typing for pandas.isnull(), pandas.isna()
- fix arguments to pandas.Series.where()
- for pandas.loc__setitem__, use Sequence and allow boolean series
- fix return types for pandas str accessors
- pandas allow tuples to mix types in index in .loc and be of any length
- fix pandas .loc with slice arguments
- Update parsers.pyi
- Allow Series as argument to pandas.to_datetime
- pandas Series.to_dict() can return any key in Dict
- allow Series.index to be set
- pandas: allow tuples to get scalar values in .loc
microsoft/pylance-release
4 pull requests
microsoft/vscode-python
3 pull requests
microsoft/pyright
3 pull requests
Created an issue in microsoft/pyright that received 4 comments
multiprocessing.pool doesn't show as member even though it's imported
In python/typeshed#6111, I was going to take the suggestion of writing: import multiprocessing.pool class BaseContext: def Pool(...) -> multiproces…
4
comments
Opened 1 other issue in 1 repository
microsoft/pylance-release
1
closed
Answered 1 discussion in 1 repository
microsoft/pyright
microsoft/pyright
55
contributions
in private repositories
Oct 4 – Oct 22