Pedro S. Lopez

Results 24 comments of Pedro S. Lopez

@chac-dee how did you end up solving this issue? we've been seeing the initial run created due to `queue_all_runs` fail sometimes because of the variables not being set before the...

Well, the error is in the installation step, so `node_modules/darknet` does not exist 😛

Hi @gosusnp / @jdpgrailsdev could I get confirmation that this is ok to merge via a review/approval? I have merged in the latest changes from master that remove the airbyte-worker...

I was initially trying to implement this back here https://github.com/pedroslopez/whatsapp-web.js/commit/ddfb616d1bb41f52aa194f71150f10a000050095 but I haven't had time to finish it. Thanks for working on this! The issue I encountered back then was...

I'm definitely on board for switching reports to landscape. As soon as we started using the module, our partners asked for this modification. It's simply too crowded to comfortably view...

@evantahler should we add a `defaultAggregationMethod` to the connection configuration (alongside `groupAggregations`)? We could then reference this from core if it's set. It's a bit odd because core is grouping...

I've seen something similar happen in two cases: 1. The client is closed too early after it is authenticated via scanning QR codes 2. The process is killed without closing...

@Islam-Mohammed-Younes This has been fixed in 1.18.2. Please update again! EDIT: actually, the error that was fixed is `Error: Evaluation failed: TypeError: quotedMessage.canReply is not a function`, but if you're...

Yeah, live locations are not handled at the moment. It's definitely something I can look into supporting :)

@rhughes1 yep, it's been a while but we solved this by using https://github.com/mitchellh/terraform-provider-multispace 's `multispace_run` resource, setting dependencies on the variables and `queue_all_runs=false` on the workspace resource. ``` resource "multispace_run"...