James Talmage
James Talmage
Currently `getData()` does not export priorities, and `snap.export()` seems to only export the priority on the top level object. (I will flush the issue out in detail later).
Something like: ``` js ref.onFlush(function(){ $timeout.flush(); // or clock.tick(); }); ``` Need to think through the API, and how it would interact with autoFlush, etc. Just putting the idea out...
Here is the output from one assertion: ``` t.is(fn('foo\nbar\nbaz\nquz', { startPosition, endPosition, move:1 }), expected) | | "bar\nfoo\nbaz\nquz" "bar\nfoo\nbaz\nquza" Test.alternateOptions (test.js:149:4) ``` In this case: `startPostion` and `endPosition` should be...
Watch the base file, as well as all resolved files for changes, and re-bundle. Useful for building hot-reload tooling.
Really slow
I've been able to get this working, but the client performs very slowly. (This is true even without my HTTPS hack). Testing against even just a few 2MB files, the...
I was able to get HTTPS support working. This method uses a self-signed certificate. It could be modified to use real certificates pretty easy. Using a self signed cert requires...
The documentation and defaults use Basic authentication and an unencrypted transport (http). That is a big no-no, and I don't see adequate warning in the documentation at all. I am...
Documentation should include a sample s3 policy with the minimum required permissions..
This will probably be pretty tricky: ``` js // my-module.js module.exports.foo = function () {}; module.exports.bar = function () {}; ``` ``` js // index.js var myModule = require('./my-module.js'); myModule.foo();...
`word` is also an acceptable option