Sébastien Aoki (aka Caparros)

Results 8 issues of Sébastien Aoki (aka Caparros)

In Axios, it is possible to use this configuration to get explicit timeout errors: ``` transitional: { clarifyTimeoutError: true, }, ``` When doing that, I get the error code `ETIMEDOUT`...

First, I'd like to just say thank you for this package. I've been using Pixel for a few months now, and I'm very happy with it. It has the perfect...

I am trying to setup a basic Load-Balancer using kubernetes. I tried everything and looked at every configuration and even in the source code, but I cannot figure out how...

good first issue

In this test: https://github.com/monstar-lab-oss/nestjs-starter-rest-api/blob/master/src/article/repositories/article.repository.spec.ts#L51 I think that this test does not work as expected, because if the repository does not throw an exception, the assertion will not be executed at...

I have different pods that depends on mysql to start. Each one of those pods implements the proper `readinessProbe` and `livenessProbe` to check the status of the pod. If the...

kind/bug
help wanted
area/deploy
priority/p3
area/status-check

This is an attempt to implement https://github.com/uberswe/go-plugin-benchmark/issues/7 Unfortunately, I could not get it to work completely, and I was not satisfied by the quality of this package or by the...

help wanted

Could you please add a benchmark for this one? https://wasmedge.org It's not exactly a plugin system, but it can achieve the same results, and has a similar architecture to knqyf263/go-plugin....

enhancement
help wanted
good first issue

I would like to use this tool to ban short variable names completely, except the ones explicitly allowed in the configuration. However, when I set `max-distance: 0`, it does not...

enhancement