George Brighton

Results 41 issues of George Brighton

The docs for this function suggest `NewHandler()` should wrap a mux, and `WithRouteTag()` individual routes on that mux. However, this forces a single operation for every path, which sounds wrong....

When Amazon returns a 500 error, a load of garbage is printed to the command line: ``` 16-09-21 22:28:35.167 [WARNING] [acd_cli] - Timeout while uploading "img.jpg". 16-09-21 22:38:06.868 [ERROR] [acdcli.api.backoff_req]...

API

I've seen the following error several times about 30 minutes into a large upload: ``` 16-09-21 18:48:40.497 [ERROR] [acd_cli] - Traceback (most recent call last):0s File "/.../bin/acd_cli.py", line 246, in...

At the moment, the validator can only run at the root path. It would be handy to be able to host at a subpath on the same hostname as swagger-ui....

This PR allows specifying the equivalent of `client.dns.lookup=resolve_canonical_bootstrap_servers_only`, described in [KIP-235][]. The motivation is identical to the one in the proposal: the lack of this feature effectively mandates providing individual...

As of the latest release v1.31.1, `Client.Close()` closes broker connections [asynchronously](https://github.com/Shopify/sarama/blob/v1.31.1/client.go#L252-L258), returning without waiting for this to complete. What is the best way to close the client cleanly?

stale
needs-investigation

When using `kingpin.Version("...")`, passing `--version` means `.Required()` arguments do not have to be provided. I have an argument with a `.Default()` that must be an `.ExistingDir()`. The default path does...

**Describe the bug** This looks like another crash on corrupt data in `segmentio/parquet-go`, this time when reading. grafana/tempo:2.2.2 official Docker image **Expected behavior** No crash, and an error to be...

I see this warning for the project module and all app modules I'm testing. I assume Django is importing all of these before `coverage` is run, hence the warnings, however...

needinfo

**Is your feature request related to a problem? Please describe.** There does not appear to be a way to separate contextual keys (e.g. those added by the `systemd` plugin based...