Walter Gray

Results 5 issues of Walter Gray

Adds unit tests demonstrating correct behavior when deserializing u64 & i64 ~~This could cause problems if the integer was larger than could be represented by an `i64`.~~ ~~With this change,...

It would be extremely helpful to support easily binding APIs which rely on method chaining (`obj.a().b().c()` where a, b, and c are instance methods). The builder pattern is one of...

enhancement

### Bug Description When implementing `__iadd__`, I assumed that I'd need to return a reference to self since that's generally the behavior expected in python. Following that logic, I wrote...

bug

My username has a space in it, since it's just my full name OS: Windows 11 VSCode version: 1.100.1 CodeLLDB version: 1.11.5 Compiler: 1.86.0 Debuggee: .exe file Running the LLDB:...