Matt Dale

Results 6 issues of Matt Dale

The BSON and Avro formats support encoding decimal floating-point numbers which cannot be exactly represented by a `float64`. Currently, neither the `bson` or `avro` decoder packages actually support decoding the...

Parsing a non-integer decimal number with more than about 16 digits will truncate the precision of the number to the what can be represented by a `float64`: ``` $ echo...

[GODRIVER-3293](https://jira.mongodb.org/browse/GODRIVER-3293) ## Summary * Upgrade golangci-lint to 1.59.1 and fix lint errors. * Change many instances of `log.Fatal` to `log.Panic`. * One of the new lint checks points out that...

priority-3-low

[GODRIVER-3181](https://jira.mongodb.org/browse/GODRIVER-3181) ## Summary Read server responses in the background after op timeout. ## Background & Motivation Ports https://github.com/mongodb/mongo-go-driver/pull/1589 to `master`.

priority-3-low

### What is the URL of the page with the issue? https://pkg.go.dev/github.com/urfave/cli/[email protected]#example-Command.Run-NoAction This reports a bug that renders some testable examples without a `main` block, making them not runnable. It...

NeedsInvestigation
pkgsite