StackRating

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

Peter Hall

Rating
1559.40 (5,711th)
Reputation
18,890 (7,320th)
Page: 1 ... 8 9 10 11 12 13 14
Title Δ
How to avoid hard-coded values in Rust 0.00
What is the idiomatic way in Rust to store a collection of objects... 0.00
Can I use types to express that at least one argument should be Som... 0.00
Generic placeholders or default values in Rust 0.00
Efficiently draw paths using piston 0.00
Mutable borrow in loop 0.00
Is it possible to define instances of Data.Foldable with foldr wher... +0.51
How can I extend a React Native component's props using Flow? 0.00
How to restrict Function Call Arity to 0 in flow? 0.00
How can Rust know if a variable is mutable? -1.44
Create an Object-safe Trait in Rust with a method that accepts a cl... +2.68
How to get the string that start after the last > by regular exp... 0.00
Why do I need to use an extra `::` prefix to access an imported str... 0.00
How to iterate through a Hashmap, print the key/value and remove th... -0.58
Is it possible to filter out empty Optionals and map over the prese... 0.00
How to format SystemTime to string? 0.00
Extracting a file extension from a given path in Rust idiomatically +2.34
Flow complaining about action union type in reducer 0.00
How to properly type function that convert array of objects into ob... 0.00
Why does Clang warn about unused pointers and unused primitives, bu... 0.00
String length in the type 0.00
Get first element from HashMap +0.29
Flow Type: Get object property names based on flow-types +0.00
How to customize an external flow-typed definition file 0.00
The trait cannot be made into an object +0.51
How to show that the Rust type system supports algebraic data types... 0.00
How to use the type of an object's property in flow? +0.01
Passing a variable to a function (which alters said variable) repea... +0.51
Struct update syntax doesn't work on borrowed data 0.00
Cargo not running tests in top-level file 0.00
The trait `std::ops::Fn<(char,)>` is not implemented for `T` 0.00
"too many parameters" on perfectly fine function +2.37
In a for..in loop, why doesn't Flow throw when accessing a poss... 0.00
Conditional types in flow 0.00
Using generics as arguments to a functions inside a collection 0.00
How do I initialize a struct field which is a mutable reference to... 0.00
How do I specify the lifetime for the associated type of an iterato... +2.48
Height of a Binary Search Tree 0.00
What is the difference between seq and $ in haskell? -0.22
Flow makes me check for an undefined value that is already defined 0.00
What is the flow type for a zipAll function, such as in lodash/fp? 0.00
How do I map a C struct with padding over 32 bytes using serde and... -0.17
Any way to avoid duplicate code for mut not mut reference inside st... 0.00
Is there any way to create an alias of a specific FnMut? 0.00
Handling f64 or Complex64 return types. Generics? Either? 0.00
How to initialize a struct with a series of arguments -0.31
What does the 'where' clause within a trait do? -0.24
Understanding Traits and Object Safety -1.32
Match on either an error or an empty result 0.00
How do I repeat some elements in a vector based on a condition? -0.08