Javier G. Sogo
Javier G. Sogo
(Thinking about machines and importing data) There is an standard about how to express durations, ISO8601 [1], it would be interesting to allow this format as input, although maintain as...
`get` function (and `download`) uses this signature `def get(conanfile, url, md5='', sha1='', sha256='',...)`. IMHO it would be better to use defaults `None` and check always explicitly using `if sha256 is...
Conan package for RapidJSON now uses the same naming convention as CMake module. This change has been already submitted to ConanCenter for existing packages: https://github.com/conan-io/conan-center-index/pull/1579, sending it here so the...
Hi! We are working on a Conan recipe for Pistache here 🥂 https://github.com/conan-community/conan-pistache, in order to generate a proper package it would be better to have a tagged release, would...
Specify library name and version: **lib/1.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...
2022-10-04 Hook validation run successfully for 3787 references :tada: * recipes: https://github.com/conan-io/conan-center-index (`*/master`) * hooks: https://github.com/conan-io/hooks.git@master * error level: ERROR Recipes with errors: 282 ``` FAIL: conan export recipes/abseil/all/conanfile.py abseil/20211102.0@...
2022-08-14 Hook validation run successfully for 3669 references :tada: * recipes: https://github.com/conan-io/conan-center-index (`*/master`) * hooks: https://github.com/conan-io/hooks.git@master * error level: ERROR Recipes with errors: 3561 ``` FAIL: conan export recipes/aaf/all/conanfile.py aaf/1.2.0@...
Let's see how many YML files are broken if we add more rules...
Fix linter warning seen here https://github.com/conan-io/conan-center-index/pull/12119/files
Here I'm proposing some patches to consume headers and libraries from `googleapis` and `grpc-proto` instead of generating and building them in `grpc` itself. In any case there are some protos...