Jim Lindeman

Results 5 issues of Jim Lindeman

Is this library deprecated or still active? We like to continue using toxiproxy in our integration tests for database connectivity-loss/recovery testing but the 'requests' library (deprecated since 2020) that it...

While this is not a Jumpgate issue directly (would be fixed in Softlayer database/APIs), we are tracking this here so people can be aware of this limitation and when it...

Using minikube versions 1.24 and later on Travis requires additional steps like: 1) downloading/installing a recent go compiler (like 1.19) 2) downloading/compiling/installing latest containerd-cni from https://raw.githubusercontent.com/containerd/containerd/ 3) downloading/compiling/installing latest cri-dockerd...

### Description of the documentation issue The documentation mentions env-var overrides of env references would be prefixed with KAPITAN_ENV_ ( in https://github.com/kapicorp/kapitan/blob/master/docs/references.md ). That does not work as the code...

documentation

Force newer golang version when building redli. Apparently using 'go' only specifies minimum version and it will use the .0 fix version when building, which won't have security updates. Change...