Marcio Saeger

Results 13 comments of Marcio Saeger

@joerg-walter-de I have faced a similar issue and identified that this is being caused by the parameter `validateOnly` being set to true. I couldn't find any issue from the actual...

> I am facing the same issue on my 2021 M1 MacBook Pro. I had tried to install the normal way of > > ```shell > export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib" > export...

@jonschlinkert Please have a look in the open pull requests for approval.

I have included a more complete PR fixing also vulnerabilities in Mocha

> > the key point here is that won't solve the problem that you'd need to provision a node on the fly to connect to the cluster when the user...

> @Saeger You don't need to predict workloads... you're autoscaling... I think this is easier to say and harder to accomplish. Autoscaling tends to end-up over-provisioning resources. But maybe my...

FYI, Same issue happen with 0.16.3 I had to install openid-client manually.

Something isn’t operating as UTF-8

``` const querySchema = { query: joi.object().keys({ q: joi.object().optional(), sort: joi.object().optional(), }), }; ``` ... ``` router.get( '/', validate(querySchema), ``` This is how I do and then i get the...