MTomBosch

Results 15 comments of MTomBosch

OK. Thank you. Will try that out. Is there a special term that I can search for to know whether data was downloaded to the package cache or the download...

Hello, for us the performance gain is not the only argument why it is required. For us as important as the performance is the reduction of traffic from our JFrog...

@memsharded Can you tell us if the mentioned bug is/will be fixed in Conan 2.0?

I am using Conan version 1.39 locally where I got the issue. After updating to 1.51 I still get it. The Artifactory that we are using is the currently available...

I made a detailed analysis with 1.60.1. And here are the results: It is possible to figure out from the console log/conan trace file whether a package (recipe and package...

Partially. Your solution I was already aware of and sorry for not being clear enough that I would not like to use such a solution. Using "full package mode" or...

The default package id mode that we use is semver_direct_mode and it does not compute the pkg id based on user and channel but full_package_mode does and this would lead...

@memsharded Sorry to bother you again. Using the full_package_mode it is working. Now I wanted to try your proposal with the "self.dependencies" but I am getting following error message: AttributeError:...

The way how the requirements are being specified is very diverse in my project. Every 3rd team does it a little bit different. So I am searching for a Conan...

We were using the "conan graph info" command but it provides the resolved version ranges which we do not want. Are the pre_validate() hooks called before the dependency resolution?