Alexander
Alexander
The library ships with some testing helpers. E.g. the test scheduler, but also a base test case and some helpers that are useful. We could move those to the `lib/`...
It would be nice to be able to flag comments as inappropriate for example. A user would be able to flag a comment and provide an optional reason for the...
Addition to #117. Not sure how it should look like (yet). If something bad goes wrong with the javascript (comment server is down, symfony2 generates an error) or any other...
In GDB you can pass individual initial commands to run as command line arguments. E.g. `gdb -ex 'b file.c:42' -ex 'b file.c:313'`. This is useful if you already know what...
The `ANDROID_ADB_SERVER_PORT` is used to tell adb what port to connect to. It would be great if this library would take it into account as well. :)
Not sure if this lib is trying to reach compliance with `mod_negotation` available for apache, but if it does it's probably interesting to port the tests for the apache module?...