Ali Farhadi
Ali Farhadi
`cowboy_req:match_qs` for constraints given as {Key, Constraint} crashes with `badkey` error if key is missing. Expected behaviour is to crash with `required` error.
In most of cases after a `Model::update()` we need the number of updated rows. And we have to tweak the underlying resource to extract the number manually. I have always...
spinlock
I notice in the code that when a `tcp_error` or `tcp_closed` is received, the connection process is terminated. It would be beneficial if instead of ignoring the return value from...
Working with the goon driver sometimes I get the following error: > panic: write /dev/stdout: broken pipe > > > goroutine 21 [running]: > runtime.panic(0x4be580, 0xc208000350) > /usr/lib/go/src/pkg/runtime/panic.c:279 +0xf5 >...