Highlights
- Arctic Code Vault Contributor
Pinned
889 contributions in the last year
Less
More
Contribution activity
April 2021
Created 4 commits in 3 repositories
Created 2 repositories
- DanielRosenwasser/emberfox Python
- DanielRosenwasser/typeshed Python
Created a pull request in python/typeshed that received 14 comments
More complete type stubs for tkinter Canvas methods.
This change
Establishes a NewType called _ObjectId, meant to ensure that arbitrary handles aren't created.
Defines more specific method declaratio…
+166
−11
•
14
comments
Opened 3 other pull requests in 2 repositories
tc39/proposal-array-find-from-last
1
open
1
closed
pavpanchekha/emberfox
1
closed
Reviewed 18 pull requests in 5 repositories
microsoft/TypeScript 14 pull requests
- Expand exception to contravariant constraint elision to all type variables
- Completion list for type literals in type arguments
- Fix object literals lack of this references
- Enforce keyword order between override and static/async
- Trim indexed access and type variable constraint error output
- Don’t error for missing await when promise is referenced in condition body
- Specific diagnostic suggestions for unexpected keyword or identifier
- Instantiate getter when infering setter parameter value
- fix(43559): no-default-lib causes 'You cannot rename elements that are defined in the standard TypeScript library'
- Add --metadataDecorator option
- Properly handle tagged primitives in control flow analysis
- fix(43535): TypeScript preserves 'override' modifier in JavaScript output
- fix(43495): noImplicitOverride quick fix puts the keyword in the wrong spot
- Add @deprecated to tree walk
tc39/proposal-array-find-from-last 1 pull request
ReactiveX/rxjs 1 pull request
python/typeshed 1 pull request
DefinitelyTyped/DefinitelyTyped 1 pull request
Created an issue in microsoft/pyright that received 7 comments
Disallow comparison between types with no obvious overlap
Is your feature request related to a problem? Please describe. Let's say you're writing some code to process an HTTP request. You write a line to p…
7
comments
Opened 14 other issues in 4 repositories
microsoft/TypeScript
8
open
1
closed
- Stale errors after creating node_modules and package.json after the fact. Requires TSServer restart.
- Duplicate-ish errors reported on getter/setter with different types
- Bad error stack from relating against indexed access types
- NewErrors runs have not been running for the past month
- Design Meeting Notes, 4/7/2021
- Design Meeting Notes, 3/31/2021
- Design Meeting Notes, 3/26/2021
- TypeScript preserves 'override' modifier in JavaScript output
- [RFC] Towards an Intelligent and Interactive TypeScript