Paul Fultz II

Results 395 comments of Paul Fultz II

There's always [`boost::hof::match`](http://boost-hof.readthedocs.io/en/latest/include/boost/hof/match.html), which doesn't have these issues.

There is failures in ubuntu CI, if you can merge the latest from master which updated it to 20.04.

> Hi, the boost link seems no long reachable. Should I report it here? A error like that means it failed to find a recipe for boost(as it is falling...

Can you show the output using verbose: `cget install pfultz2/cget-recipes --verbose`? I wonder why the division by zero is happening.

So, this happens because the `total_size` is zero, which is most likely because there was an error reported in http. On the master branch, I have change this to report...

Try to install cget from master with `pip install git+https://github.com/pfultz2/cget.git@master`, this should give the http error.

> Looks missing http somewhere? No, thats expected. Python strips the protocol at this point, but the first url list does contain the `https`. What happens when using `curl https://github.com/pfultz2/cget-recipes/archive/HEAD.tar.gz`?

That cmake file doesn't install libuv. So even adding it to the recipe, the cmake file won't work.

Yea, it only takes one file, and you need to set the input and output file names.

I don't think thats possible, since the name and the arguments need to be used in multiple places. In the future, I may support syntax like this: ``` $(pythy(min)(x ,...