Bob Kuo

Results 4 issues of Bob Kuo

I accidentally sent malformed data to a push gateway and got back a 500 Internal Server Error. The body of the response had information about the malformed data but all...

enhancement
help wanted

At work we had some code that triggered the compilation error, "function at line ___ has more than 60 upvalues". While our testing caught it, I think luacheck could also...

enhancement
analysis

Similar to #63 At work we've hit code that has more than the maximum number of local variables. Automated testing caught this but I think luacheck could have caught it...

enhancement
analysis

I'd like to create user-defined types to represent IP addresses. Specifically, a `bv[32]` to represent an IPv4 address and a `bv[128]` to represent an IPv6 address. Since `i32` is interchangeable...