Javier G. Sogo

Results 184 comments of Javier G. Sogo

It seems that isodate [1] or dateutil [2] should do the trick, working with strptime would be so hazardous. I'll try to work on it this week [1] https://pypi.python.org/pypi/isodate [2]...

I requested a tagged version to do it properly here #293 . Meanwhile we have created a conan package with a fixed commit: https://github.com/conan-community/conan-pistache (already in conan-community: https://bintray.com/conan-community/conan/pistache%3Aconan)

@tomsfernandez did you tried the recipe? btw, inclusion request to conan-center is on the way 👌 @oktal @dennisjenkins75, may I add it to the docs?

Conan has several built-in generators, one of them is `pkg_config`. Just run `conan install zlib/1.2.11@ -g pkg_config` and Conan will generate the corresponding `.pc` using the information contained in the...

clang 11 uses old docker images: `conanio/clang11:1.47.0` and, indeed, inside that image `lsb_release` is not available...

Hi, @werto87 , can you have a look here? I think you are missing a variable type here. I don't know why/how this package got merged 🤔 https://github.com/werto87/confu_json/blob/cd18bd58a704f94c8b647ab1f40c0b9ad8d54fd9/confu_json/util.hxx#L24

Closed in favor of https://github.com/conan-io/conan-center-index/pull/12294, opened by the author themself.

Looks like an option for the `glfw` recipe, right?

@cchulo , you can specify options in the `conanfile.txt` for your requirements: ```ini [requires] glfw/3.3.8 [options] glfw:with_x11=True ``` Maybe `with_x11` is not the best name for that option and something...

Packages/recipe won't be removed from CCI, so consumers will keep working (**only for existing configurations** aka package-ids). The problem is that we won't be able to build that reference from...