Barrett Strausser

Results 31 issues of Barrett Strausser

Running the following ``` cfssl bundle -ca-bundle /path/ca.pem -int-bundle /path/intermediate_ca.pem -cert /path/web.pem | cfssljson -bare web-full ``` The call returns fine, but nothing is produced. Without piping to cfssljon I...

@lemire 1. Starts work for https://github.com/RoaringBitmap/roaring/issues/400 2. I read the original paper on Roaring as well as the one adding run containers, so I think I understand the very basics...

Seems related to https://github.com/containers/podman.io/issues/296 But that was related to the signing key and this seems related to certs. This is on: Ubuntu 20.04 ``` Ign:7 https://download.opensuse.org/repositories/devel:/kubic:/libcontainers/stable/xUbuntu_20.04 InRelease Err:8 https://download.opensuse.org/repositories/devel:/kubic:/libcontainers/stable/xUbuntu_20.04 Release...

Adds ability to do throttled copy operations related to filling the cache. **Problem** Basically I'm trying to replicate what curl offers - https://everything.curl.dev/usingcurl/transfers/rate-limiting We had discussed before doing this store/server...

I'm trying to use this so that I can tunnel an ENET service over TCP. https://github.com/lsalzman/enet I'm building and running in a docker container. My service runs with no issue...

## What does this PR do? Enables SSL for postgres The main thing to recognize when reviewing this is that the secret material must be owned by the postgres user....

## What does this PR do? Fixes wait strategy handling. Previously cockroachdb was overwriting wait strategies. ## Why is it important? Custom wait strategies were not being respected ## Related...

### Testcontainers version latest ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch x86 ### Go version go version go1.21.4 linux/amd64 ### Docker version ```shell...

bug

**Describe the bug** Server header is missing - `EC2ws` **Steps to reproduce** `GET` any endpoint and look at the header. **Expected outcome** It contains the header. Similar to this issue...

bug
stale

Any objection to adding a Makefile or equivalent that covers common tasks? It would be opt-in. The other Roaring projects don't seem to have this so maybe there is a...