Results 7 issues of Jeremy Stephens

This commit fixes a warning that appears when -Wall is turned on during compilation.

If you make a GET request with a query string like this: `?foo=&bar=123`, Rook's req$GET() returns a list with NULL values in it when running under RApache: `list(foo = NULL,...

It seems that RDoc is not currently designed to allow a custom formatter when running `gem rdoc`. Even when using `.gemrc` and setting the `--format` option to a custom formatter...

After running ./configure and make, here's what happened: ``` cc -MD -Wall -O2 -g -std=c99 -D_GNU_SOURCE -pipe -DTHREAD_SAFE -Werror -DLIB_DIR=\"/usr/local/lib\" -DINSTALL_PREFIX=\"/usr/local\" -DDLL_NAME=\"libproxychains4.so\" -DSYSCONFDIR=\"/usr/local/etc\" -fPIC -c -o src/core.o src/core.c src/core.c: In...

bug

I'm attempting to switch my application to an AMD style. Currently, `maria.subclass` and friends receive a namespace argument that is expected to contain all of the relevant classes for the...

discussion

If I generate the doc on a project for an old commit, that version of the documentation is displayed on the project index page instead of the most up-to-date documentation....