Lucas Soares

Results 92 comments of Lucas Soares

> I found the problem. In the javascript code, the canvas is initializing before it is loaded, resulting in the inability to obtain the width and height of the canvas,...

Waiting for @Jeffail feedback. After that, will need to change every logger usage to include trace fields (or maybe a refactoring to always have access to the context inside the...

> > What line specifically do you refer to ? > > What I mean is that the line `string(svcVerKey): cliVersion,` will change constantly as it's set dynamically at build...

I was looking at how to do this one... I made a draft PR (https://github.com/benthosdev/benthos/pull/2390) only as an example of what I'm thinking... Check the description there please, I need...

I think all modifications are OK and it will not bring any breaking change since MongoDB doesn't allow fields to be prefixed with `$` in the root of the document:...

> Any news on this one @lucasoares or @Jeffail ? > > I trying to use Benthos for querying Mongodb with on either on Date fields or the ObjectId `_id`,...

> Hey @IamGroot19, @lucasoares do you guys know if xk6-output-prometheus-pushgateway has been fixed ? Idk, I haven't been using it for a few months

Be careful executing client-side retries on buys like this... You should change the `maxRetries` of the confirmation request to avoid it taking a long time and retrying the confirmation in...

Is there any known workaround? Edit: I built the master branch and published into my private maven repository until this is released.