René Ferdinand Rivera Morell

Results 52 comments of René Ferdinand Rivera Morell

As a game developer, of many years, I second the sentiment that it's difficult to deal with the MIT license (and any attribution licenses). We avoid them as it's most...

You can read about the differences between MIT and BSL (and other OSS licenses) here https://choosealicense.com/licenses/ You can compare where the various licenses land on a most-to-least restrictive spectrum.

Logs for when one sets `CONAN_USERNAME=""` and `CONAN_PASSWORD=""`.. https://github.com/bfgroup/conan/runs/2495572707?check_suite_focus=true#step:5:52 You get something similar if you set them to both to `"_"` also.

I've reimplemented the python detection and support in the testing/1.66.0 branches. There is now a python_dev_config package that handles all the information from the given python exec. To use add...

I think I have a fix for the latest problem up in bintray now. Could you try the testing packages again?

Since I can't seem to get past a variety of errors when trying to use msys2_installer.. Could you post the output of `python3 -c "import sysconfig; import pprint; pprint.printt(sysconfig.get_config_vars()`?

@ArekPiekarz I'm trying to follow your repro steps, i.e. installing the full msys2 (and everything else). But ran into the simple problem that pip is not installed when installing python3....

The recipes are done and in github. I believe @solvingj or someone else is going to start building and pushing next week.

The issue is that some header only libraries have per configuration definitions and linking requirements. And outside of one person locally testing all those requirements CI is the only other...

Going to work on https://github.com/bincrafters/conan-libui (for practice)