Allen Sooredoo

Results 5 issues of Allen Sooredoo

Introduce a separate new datetimetz type Existing datetime field was left untouched to avoid backward incompatibilities issues. MySQL doesn't actually have support for the type so a dummy/incomplete implementation was...

Hi, the recent change of the module name (from `googleapis` to `google`) causes the `go get -u ./...` command to fail in our project where `gnostic` is listed as an...

**Expected behaviour** In the datadog UI, I'm expecting to see generic resource name for each endpoint, for instance `GET /products` or `GET /assets` or `GET /probe` **Actual behaviour** There is...

bug

This part of the code is incorrect. ``` queryBuilder = queryBuilder.Where(sq.LtOrEq{ "created_time": createdCursor, }) queryBuilder = queryBuilder.Where(sq.Lt{ "id": paymentID, }) ``` I'm not sure how it should look like with...

## Client Firestore ## Environment go 1.23.4 ## Code and Dependencies Sample function that can trigger the observed behaviour. Call the method with an array containing thousands of objects. ```go...

type: bug
api: firestore