Adam Hull

Results 24 issues of Adam Hull

Generate form and field HTML using template languages, then attached to the rendered DOM. Mustache and Teacup seem like good candidates.

I'd like to use this library from a backup script, where I can't approve OAuth access each time. I've added two methods (`setAccessToken` and `dumpAccessToken`) to auth once and save...

I'd like to auth with Google and protect my oauth2 callback from CSRF using the state token, but I'm not sure how I should validate the state querystring arg returned...

Given unclosed.cjsx: ``` html 1 2 3 ``` Running ``` sh $ cjsx unclosed.cjsx ``` Yields ``` sh SyntaxError: Unexpected end of input: unclosed CJSX_EL ``` With no line numbers....

Building on #135, automating the `example_encrypted.html` flow would help me contribute faster. Starting with an issue rather than I PR 'cause I noticed and appreciate that this package currently has...

feature
PR welcome

Mention the [karma-nodeunit adapter](https://github.com/karma-runner/karma-nodeunit) for automated browser testing.

We need a TAP reporter that runs in the browser to use nodeunit on [Testling](https://ci.testling.com/). I'm happy to whip one up, but I'm not sure where it belongs. Options: 1....

`Command` doesn't work, at least on OSX.

Fixes #2, #3, #4, #5, #6, & #8. Changes the interface to more closely match grunt-browserify while preserving the `keepalive` option. Uses watchify directly, sharing caches across bundles when building...

Depends on substack/watchify#6. When bundling multiple files depending on a common set of modules, sharing the dependency and package caches can significantly speed up the initial build.