John Howard

Results 1666 comments of John Howard

@oschaaf is there any way to get it to not get blocked? It seems odd the max throughput decays when we get too high. For example, we have 10331.70 requests...

Hello from Istio... ran into this googling an error message in our test failure -- also in an SDS test, although it seems more likely a grpc issue (library, or...

Forgot to mention, an alternative would be to have the job itself add the comment, but then the job becomes fairly complicated and requires priviledges

The concerns on the Go issues are mostly around licensing. I think https://github.com/minio/sha256-simd/ is a different implementation that is apache2 licensed? I pulled in the same library into go-containerregistry, which...

Is there any workarounds for this? I run into this many times a day which is a bit of a pain (but still better than not using zsh-async!)

@reobin thanks! that is essentially what i have been doing manually, ran it for a few hours and seems great. I use it for my prompt, so it gets a...

After a couple days testing, the restart jobs workaround did not work (extremely likely i just set it up wrong), and https://github.com/mafredri/zsh-async/pull/45 also did not. Will try #49 now

As expected, I had the workaround messed up, simple type :woman_facepalming: . I verified the workaround does work, added some logging when it occurs so I see its transparently happened...

Update: 3 months later, the workaround to reset works great. Not sure if this was known or not, but this can easily reproduce at least one occurrence of this (I...

Interesting, thanks for reporting. At initial glance the code looks right: https://github.com/howardjohn/scala-server-lambda/blob/master/akka-http-lambda/src/main/scala/io/github/howardjohn/lambda/akka/AkkaHttpLambdaHandler.scala#L45-L55 but maybe there is a subtle bug. I'd be happy to merge any PRs but I probably won't...