Paul Hewlett

Results 11 issues of Paul Hewlett

The function: recycleReader(input io.Reader) (mimeType string, recycled io.Reader, err error) in mime_test.go is extremely useful and should be made available.

Go 1.13 and go modules are being used. I have used v1.1.0 using Set with a logger. v1.1.0 tells me that GOMAXPROCS has been reduced from 4 to 1 because...

Not a bug but a request. I would like to know the error status of all parallel jobs as a list that I can inspect in a shell to determine...

Just a request: would it be possible to add functionality that enables custom labels on the collected metrics? I would like to classify requests by the customer id which is...

1) Specify the MIME type and extension for which to add support https://cyclonedx.org/specification/overview/ - see registered media types

enhancement

### Bug Report import azStorageBlob "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob" 0.3.0 go version go1.17.7 linux/amd64 Attempts to download a blob with the following call: ``` func (rr *ReaderResponse) DownloadToWriter(ctx context.Context, w io.Writer) error {...

Storage
Client
customer-reported
needs-team-attention
needs-author-feedback
no-recent-activity
CXP Attention

## 🐛 Bug Report Specifying a list of tags with descriptions in the swagger options results in an extra duplicate tag without a description being emitted. ## To Reproduce At...

bug
openapi

Just recently upgraded to 2.2.1 from 1.11 and pyright gave me lots of type hint errors. ``` /home/builder/archivist/confirmer.py /home/builder/archivist/confirmer.py:84:15 - error: Argument of type "(details: dict[str, Any]) -> NoReturn" cannot...

I have just done an evaluation of kubernetes best practices and checking dependent services as done here appears to be incorrect. Better practice seems to be to use an initContainer...

### 🤔 What's the problem you're trying to solve? I wanted to use this package but the artefacts include an intel package for darwin but not an arm64 package. There...