aizyuval

Results 2 issues of aizyuval

The current wget command downloads a prefixed tarball hosted at projects.unbit.it/downloads that is outdated, and causes problems. Instead of removing the whole thing, this updated command downloads the latest tag...

A problem with how uwsgi logs error messages, and therefore makes it harder to debug problems: [`#define uwsgi_error(x) uwsgi_log("%s: %s [%s line %d]\n", x, strerror(errno), __FILE__, __LINE__);`](https://github.com/unbit/uwsgi/blob/353b7dd19c9af762f3874ed46a604766e1d7c6d5/uwsgi.h#L21) This macro expands...