Dan Checkoway

Results 4 issues of Dan Checkoway

When a JSON string has the U+FFFD replacement character in it, `spray-json` crashes and can't parse it. The byte sequence is `EF BF BF`. https://en.wikipedia.org/wiki/Specials_%28Unicode_block%29#Replacement_character Check it out: ``` scala>...

Cc: @seth We recently bumped into an issue when using `seth/pooler` to pool RabbitMQ channels. When the pooler culls stale channels, it kills them via `exit(Pid, kill)` (instead of, say,...

This is not a bug per se, just something I wanted to bring to your attention -- on the off chance it's unintentional or has potential to cause anybody any...

https://github.com/Eonblast/Emysql/blob/master/src/emysql.erl#L264 That shows `latin1` as the default encoding, but: https://github.com/Eonblast/Emysql/blob/master/src/emysql.erl#L221

Easy
Bug