PerseoGI

Results 77 comments of PerseoGI

Hi @valgur is this PR still in draft?

> It should be ready to be merged. Needs a build to verify that, though. We are under maintaining right now, I'll launch them manually > Of course, I would...

I'm closing this PR in favor of https://github.com/conan-io/conan-center-index/pull/24068 which adds `libcurl 8.8.0`. Thanks for your contribution @Ahajha!

**UPDATE** https://docs.conan.io/2/reference/config_files/global_conf.html#configuration-data-operator Merge dictionaries is already implemented and can be achieved from `CLI` and `profile` with `*=` operator _____________________________________________________ @jcar87 wonder what would happen if there is a collision in...

> Looks good. > > The only thing I'd consider, but this is something we need to discuss with @jcar87 too, is if we wanted to move this much later...

Hi @peterpuppy first of all thank you for your feedback! As you have seen, injecting "FORCE" parameter is still not available. We will add it ASAP! Stay tuned!

Hi there! Im trying to send logs in correlation with a trace/span ```cpp auto jobSpan = m_tracer->StartSpan(taskRegister.jobType); jobSpan->Log({ {"error", "this is a test"} }); jobSpan->SetTag("tag test", 42); jobSpan->Finish(); ``` Trace...

> Case broken by this PR, profile with > > ``` > [replace_requires] > zlib/1.3: zlib/1.3#rrev1 > ``` > > We can try to be smart and think about all...

@robomics building missing binaries now...

> Thanks @perseoGI! CI seems to be green now. > > Can you please review this (and also #24934, #24935, and #24936 if appropriate)? Could you refresh a lit my...