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 ... 5 6 7 8 9 ... 14
Title Δ
Flow property is missing in mixed passed 0.00
In React with flowtype how do I type only certain props and allow a... +0.34
Structs containing mutable slices 0.00
What is the idiomatic way to get the index of a maximum or minimum... +0.89
What does Some() do on the left hand side of a variable assignment? -0.05
Rust: polymorphic calls for structs in a vector 0.00
Spawning tasks with non-static lifetimes in tokio 0.00
Specifying associated type in trait that inherits from another trait -0.03
In what scenarios are APIs that don't borrow preferred? 0.00
Pattern matching on same arm with different types 0.00
How to partially initialize an ArrayVec? +2.52
What does the Rust error code E0495 mean? 0.00
the trait bound is not satisfied error in library 0.00
How to convert a collection of Vec<ndarray::Array1> into an A... 0.00
Macro that wraps an arbitrary number of types -0.01
Why does Arc::try_unwrap() cause a panic? +0.47
Can Rust's clippy do autocorrection / autofix? 0.00
How to map an array reference in Rust 0.00
Delete a node in singly linked list in Rust 0.00
How do I suppress output from multiple threads when running cargo t... 0.00
How can I append a char or &str to a String without first conve... -1.41
Why does the Rust compiler not convert from a library error to my e... 0.00
Why do I get the error "Expected type parameter, found integra... +0.49
Communicating Rust Lifetimes for Type Parameters -1.12
Is it possible to store images on the Ethereum blockchain? +0.48
Is ManuallyDrop<Box<T>> with mem::uninitialized defined... 0.00
What is the purpose of async/await in Rust? -1.50
flowType for destructuring Function's parameters with default v... -0.53
Why isn't `From` automatically used for coercing to trait imple... +2.13
Can I alias fully qualified syntax? +2.54
Understanding de-referencing using '*' in rust 0.00
Is there an equivalent to C++ comparator objects for BTreeMap and o... +1.14
Replace a struct member with a new value that uses the previous value 0.00
Is there any way to match the body of a match statement with a Rust... 0.00
Closure returns what is supposed to and also undefined 0.00
What happens when a Rust struct contains a lifetimed trait? 0.00
Is there a way to express "same" generic type with differ... 0.00
How can I make running a Cargo build script optional? +0.46
Flow type for optional property on react component with attribute s... 0.00
Cannot build actix-web 0.7.8 using Rust 1.25 on the Windows Subsyst... 0.00
Lifetime subtyping and generics: "lifetime parameter not allow... 0.00
String is incompatible with number (Flow typing optional property w... 0.00
A strange behaviour of Flow's $ElementType 0.00
Why do I get an inconsistent result when I chain iterators instead... -0.22
Can I get a Rust array's length with only a type, not a concret... +0.01
Why do covariance/contravariance imply read-only/write-only? -0.66
"Expected trait A, found &A" when trying to box a tra... +2.18
How to implement an enum containing a Cow of a vector of itself? 0.00
Why does mutating a passed Option inside a function not propagate t... -0.03
Can I make this struct more generic? 0.00