Niall O'Higgins
Niall O'Higgins
in addition to having an explicit --input option, use the regular method of supporting unlimited file arguments. thus operation becomes: mdown *.md as opposed to mdown --input '*.md' and find...
See #290. Console output element is slightly too tall in landscape mode.
See #290. Works ok in landscape mode.
See #290. Works in landscape mode, but not in portrait mode for some reason.
See #290 for details. Touch events seem to be ignored.
See #237 for background. The dirkeeper retention policy (defaults to keep nothing) should be configurable through the web ui. This will allow you to set things like "keep the 25...
Use `waitpid(3)` in a `SIGCHLD` handler to map the exit status to PID. This is then made available to Node via a getter. For example: ``` javascript var pty =...
For example, getMongodbUrl("http://localhost/strider")