Roberto Rossini

Results 29 comments of Roberto Rossini

I am happy to see that CI build pass, but on my local machine (archlinux, kernel 5.15.60-1-lts, Conan 1.51.0) I get the following error when linking the `test_package` ``` [...

Thank you for the comments and PR! And apologies for not being responsive over the past month (got swamped with work). Regarding the weird gsasl link error, I found that...

I see the CI does not like my workaround. How are these kind of issues usually handled? One idea off the top of my head is to introduce a `without_gsasl`...

I think adapting the recipe by setting `with_curl = False` by default is the way to go. libcurl is only needed to access remote files, but there are many use-cases...

Ping in case this fell through the cracks :) @RubenRBS

Ping in case this fell through the cracks :) @RubenRBS

No worries, I understand it is difficult to find the right balance with accepting PRs only bumping dependencies. On my side, I've switched all my projects from using `conanfile.txt` to...

Thanks for looking into this @uilianries! When I submitted this PR I was declaring dependencies using `conanfile.txt` in several of my projects, and so this PR was an attempt to...

Awesome! Many thanks!