Dani De Leo

Results 29 comments of Dani De Leo

Personally that's a big fat WONTFIX from me. I have to ask *why*.

I believe when I added the Qt hack into the current Makefile I had openssl installed via Homebrew. The search paths in `kritall.pro` do indeed assume that OpenSSL and Qt...

Just spitballing here, but maybe Qt is doing some funny DNS interception?

Generic methods that take user provided `func`s and validates with them. The signature might look something like: ```go func (r *Response) AssertBodyStringFunc(func(body, val string) bool, val string) *Response func (r...

Taking this idea further, is there any reason why Afterware shouldn't be able to see the whole response too?

> @denopink, `brew list ` will exit with exit code 1 if no formula for the specified package is found. We can use `exec` to execute this and detect if...

> Just so I am clear about this, there appear to be three main ways to get subo: > > 1. Through Homebrew (can be updated using `brew upgrade subo`)...

See `--repo` and `--branch` flags in `subo create runnable`

@rnpridgeon I like this idea, but I think I would still rather pin the versions to git tags. The main problem I see is that templates are more than a...