rjpcomputing

Results 3 issues of rjpcomputing

The function `turbo.httputil.parse_multipart_data()` seems to have a bug when parsing and also in the documentation. In the [documentation](https://turbo.readthedocs.org/en/latest/httputil.html#parse_multipart_data) it doesn't document that a [second parameter](https://github.com/kernelsauce/turbo/blob/master/turbo/httputil.lua#L448) is needed, **boundary**. Also is...

I cloned the repo and tried to build using `./build` and I am not able to build luaposix. ``` gcc -c -O2 -Wall -I/mnt/share/devel/lua/LuaBuild/lua-5.2.2/ -I/mnt/share/devel/lua/LuaBuild/modules/luaposix -fpic -MMD modules/luaposix/lposix.c -o modules/luaposix/5.2/lposix.o...

I tried to disable installing MinGW components with the checkboxes (not the dropdown), and it installed anyway.

bug