Steve Jiekak
Steve Jiekak
[Example](https://play.golang.org/p/4PB_uXG8-Zh) ```go package main import ( "github.com/stretchr/testify/require" "testing" ) func TestPointerToValue(t *testing.T) { var a int = 1 var b int = 2 require.EqualValues(t, &a, &b, "The two numbers should...
We are running a pyramid app with the following open api yaml definition : ```yaml openapi: 3.0.1 info: title: Sample API contact: name: API Support email: [email protected] version: 1.0.0 x-audience:...
The handler uses `context.Background()` in the http handler. If the client (calling service) drop the connection, the processing will continue till an error occur when the handler tries to write...
If there is a time out before the checker is able to complete, then the goroutine started by the timeout checker forever waits to write on a channel. ``` type...
**Is your feature request related to a problem? Please describe.** We are using cvxpy in a multiprocess environment with a gurobi 9.0 shared license. We are limited by a maximum...
App does not show anything whe I was traveling to Cameroon and Nigeria. I was able to have data with a VPN. I feel like this is unnecessary restriction
## Description Ensure commands stop on permanent errors, whatever the behavior of the credential provider. - permanent errors are considered non-retry-able - otherwise default to the retry predicate ## Related...
### Describe the bug a clear and concise description of what the bug is. "Kubernetes / Compute Resources / Pod" grafana dashboard is showing incorrect container requests\limit values when the...
aws `v4.Signer` is [implemented for reuse](https://github.com/aws/aws-sdk-go-v2/blob/0fde27cdffe0657695258e5d5220f7487117e71d/aws/signer/internal/v4/cache.go#L91) What is meant to be saved is recomputing the key (which require 4 `HMACSHA256`) calls. ```go // DeriveKey returns a derived signing key from...
### What happened? We are using crossplane with `provider-gcp-kms:v1.8.0` and we experience panics ``` k logs pods/gcp-provider-kms-xxxxx -n crossplane E0901 23:07:06.785441 1 runtime.go:79] Observed a panic: "invalid memory address or...