Drew Wells
Drew Wells
Fixes #80 I refactored the project a little to simplify running/installing. The fix points to the API redesign underway that has yet to land in master. You will need to...
This link no longer works, in fact it is pretty hard to find any examples of how to use joDoc. I know of a few projects that use joDoc or...
**Describe the bug** Archival steps do not specify the required `-e ssh` field that is required by OS X to auth with SSH. **To Reproduce** Steps to reproduce the behavior,...
I see that you are calling out to a node-sass binary for Sass compiling. Any interest in using a Go wrapper to libsass instead [Wellington](https://github.com/wellington/wellington)? I can PR the needed...
Ever considered making your effects work on a portion of an image? Your glfx library is pretty awesome so I won't link to my semi-working version. In mine, I implemented...
I compared the download of a file with AnyConnect, OpenConnect and OpenConnect w/ocproxy. AnyConnect and OpenConnect were comparable, but ocproxy was taking 10x as long. Is this a known issue...
Taking a stab at updating openssl, swift, ios targets
jodoc-js is not dogfooding. We need to add proper markdown based comments and use it as a sample of how to use the product.
Basically everything about TOC is broken, the only thing that seems to work is linking to other mdown files based on the autolinker. Single file APIStatus Single-file - {about.mdown}Broken `File...
I added CommonJS module support for configuration. Standard JSON seems to be ... difficult to load and convert to a JavaScript object, so I just used module.exports and it's one...