James

Results 2692 comments of James

> Thank you for the explanation! I wish [docs](https://docs.conan.io/2/reference/config_files/profiles.html#platform-requires) communicated the limitations better, as its unclear that one is likely to face issues with this feature. Yes, that is true,...

Hi @jsallay Thanks for your questions. > First off, why is calling the conanfile deploy function optional? I have to specify which packages I want via the deployer-package argument. I...

> So I hadn't considered the case of installing without wanting to deploy vs deploying to the local folder. There isn't a way to tell the user intention without a...

Thanks for the feedback @jsallay, sorry that I didn't follow up earlier. It seems that the docs could get some improvements, I am moving this ticket to the docs repo...

Hi @hudongcheng Thanks for your question. If you share the output of the ``conan create``, you will most likely see that you already had a ``ai`` package already built from...

Hi @hpe-ykoehler Thanks for your report. This doesn't look a bug so far. The ``conan graph explain`` is reporting: ``` expected: hiredis/1.1.Z, libev/4.33.Z existing: hiredis/1.1.0#312991eb91791ad706f038d6a8383c63:be712621cf2b2bb3dfabbbfedf4c2b102294b18a, libev/4.33#8fc921587a3733e276520386c84ac583:5e6e38e5a54ca49246fc1eefcd6700d1d71fa40f ``` This means that...

This is explained in https://docs.conan.io/2/reference/binary_model/dependencies.html, you can see for example how https://docs.conan.io/2/reference/binary_model/dependencies.html#non-embed-mode explains the mapping to the .Z.

Moved to the docs repo to try to explain a bit more thorougly the ``graph explain`` differences when talking about dependencies versions.

Hi @vreddy10 Thanks for your question. Conan uses a sqlite3 local DB to store some information, and the DB uses a file in disk for permanent storage. For some reason...