StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Titian Cernicova-Dragomir

Rating
1701.52 (142nd)
Reputation
94,472 (812th)
Page: 1 2 3 4 5 6 ... 63
Title Δ
Why does Typescript allow slicing of types? +0.52
Is there a way to create tagged unions of arrays in TypeScript? 0.00
In typescript, can I remove the undefined and null types from an ob... 0.00
Why does this TypeScript type result in an array-like structure, th... 0.00
How to return an instance of a class based on key? 0.00
strictFunctionTypes restricts generic type 0.00
Dont' return generic type if is undefined 0.00
Typescript class unable to implement simple interface with construc... 0.00
TypeScript: assert an object literal has key-values that equal each... +0.26
How to add/override properties in interface in TypeScript? +1.11
Discriminated unions with boolean 0.00
TypeScript: How to dynamically set properties on objects? 0.00
Infer callback parameter type based on function parameter 0.00
Can I infer a tuple type from a function's return type, without... 0.00
In typescript, is it possible to properly define types for a Functi... 0.00
Typescript - How to disallow two type aliases that resolve to the s... 0.00
Union-Type turns into Intersection-Type 0.00
Whay does mean "= keyof Events" in this interface "i... 0.00
'this' type inferred as 'any' in Typescript class p... 0.00
Avoid type variable infered as unknown for manually curried functions 0.00
Why typescript does not have "function" type? +0.25
How to use instanceof with with a generic function type 0.00
How to isolate known properties in an intersection of a generic typ... 0.00
TypeScript class property lookup method type inference 0.00
Create Record-like type from union type 0.00
TypeScript - How to index a class by a string without losing class... 0.00
How do you specify the type of a value in a keyof declaration? 0.00
Type a variable to be any of the keys in a map? 0.00
Initialize Typescript interface temp objects with all default prope... 0.00
TypeScript conditional return type for generic function 0.00
why `semantic error TS2344: Type '"ptn3"' does no... 0.00
How to get the Type of an Array item 0.00
TypeScript type inference from array passed as function parameter 0.00
Typescript: overload generic functions with the first generic type... -0.79
Is it possible to define an interface/type to which excess property... 0.00
Typescript generics: how to ensure function args match each other? 0.00
Selecting element from typescript union by its value +0.82
How to set method return type based on constructor options? 0.00
Define an object with an optional amount of keys, but at least ONE... -2.77
Defining Local Types Without Incompatibility Errors in TypeScript 0.00
Lint nested Typescript Generics 0.00
What is the equivalent of `keyof` for an ES `Map` type? 0.00
is assignable to the constraint of type 'P', but 'P'... -0.69
How to cast return type of function based on argument type? +0.27
Why do I get a type inference error in this example and how to do i... 0.00
How do I map return types into a tuple? +0.24
What is the return type of a function which returns itself? +1.92
Type from an exclusion (?) of values 0.00
Can a TypeScript interface constrain its implementing class's p... 0.00
How to declare factory methods with generics 0.00