Thiago Oliveira Santos

Results 63 comments of Thiago Oliveira Santos

> Hello! > Maybe then it would be more convenient to catch this error at the client level, since it is an infrastructure problem? You're right. But actually ioredis errors...

I endorse http2 too! One solution for me at this moment, if anyone is interested, is to avoid elasticsearch oficcial client (in a nodejs service that only uses **_search**), and...

> But I wonder why the service span is outside of the parent tracing > > ![Screenshot 2021-05-11 at 10 22 59](https://user-images.githubusercontent.com/117752/117783750-1fbd8880-b243-11eb-80eb-622358e9fd4d.png) @yulrizka Maybe the span is outside the parent...

I managed to implement the client side adding the following interceptor to the client: ```ts const spanSymbol = Symbol('span'); export function traceInterceptor(options: any, nextCall: any) { return new grpc.InterceptingCall(nextCall(options), {...

I agree with adding an option. In #59135 it fell on a personal preference discussion, but I think it should be looked at a team guideline view: * If the...

I was on a 20-day vacation and when I started working again, Insomnia was really slower than before. I don't know which version I was using before, it probably auto-updated...

Yes, I'm doing the same work [here in the ShoulrderSurfing mod](https://github.com/Exopandora/ShoulderSurfing/pull/298/files), you can take a look. It's a simple pipeline that will publish the mod to curseforge and/or modrinth when...

For those facing this issue, I found a really good solution that is configuring .release-it.js like that ```js ... npm: { ... versionArgs: '--workspaces=false' }, ... ``` This parameter will...

@alRex-U Well, I've been working on this all week, and I feel the same. This looks like a whole new mod, actually, and I haven't faced the biggest issues yet....

> > > Something wrong? I feel it doesn't have problems at least by seeing the video Depending on the direction the camera is facing, the rolling goes to the...