Eric Bottard
Eric Bottard
Hi, the linked PR introduces support for longs by using the `1234L` notation.
Hi @liugddx, thanks for this contribution! Could you add (or modify) a test that shows that this fix is effective? Also, seems that the `MongoDocument` record is no longer needed.
Hi @jhuynh1, thanks for your valuable contribution, which seems good on first read. However, there is no need to test queries with both form of authentication. Could you please refactor...
Any chance this could be decoupled from http? `Content-Type` (and arguably `Accept`) can be seen in non-http contexts and nothing in the logic described above ties it to http (apart...
@cellfish Having functions *not* taking http related (like `http.Request`) parameters is a first step. The functions *not* residing in http related packages is a second, nice to have, step. How...