organization · inferred from evidence
Intuit
The company that changed their API responses to be gzip-compressed, affecting the quickbooks-ruby gem.
- quickbooks-ruby suddenly fails creating customers/invoices with a bare `[placeholder]` error
Intuit changed their responses to be gzip-compressed without telling anyone, and the gem's Faraday connection did not always have the gzip middleware registered, so the raw compressed response was parsed as XML and blew up with the cryptic