cburroughs

Results 48 issues of cburroughs

In `EncryptedPartEntity` we always return `UNKNOWN_LENGTH` for the content length. This puts us in chunked mode and may reduce performance by 10-30% (per @dekobon). It may be possible (in some...

Currently the build script will modify `MantaVersion.java`. This means `git -a` is almost always a mistake, and a working copy is dirtied on each test run. A maven plugin can...

Trying to debug a problem with pants `2.16.0rc0` where an M1 mac user would get: ``` 14:26:02.33 [ERROR] 1 Exception encountered: Engine traceback: in `run` goal ProcessExecutionFailure: Process 'Building 1...

Some people like wildcard imports, others find them obnoxious (and vise versa). To promote world peace malabar-mode should be able to expand wildcards (I suppose collapsing to wildcards would also...

It looks like each stream(?) has it's own thread. But they all have names like Thread-#. Which makes them hard to identify as being part of lzma-java.

**Is your feature request related to a problem? Please describe.** We use [amazon-ecr-credential-helper](https://github.com/awslabs/amazon-ecr-credential-helper) to authenticate to ECR (Amazon's Docker registry offering) where we store Docker images. We configure it for...

enhancement
backend: Docker

**Is your feature request related to a problem? Please describe.** We have recently seen a CI job fail along the lines of: ``` 00:14:03.03 [ERROR] 1 Exception encountered: Engine traceback:...

enhancement

**Is your feature request related to a problem? Please describe.** ``` $ cat dependencies src/deployment/BUILD cat: dependencies: No such file or directory #Overrides the `image` value for the chart using...

enhancement
backend: Helm