Alan Gutierrez
Alan Gutierrez
First, notes from the discussion on the CoffeeScript mailing list, taken from discussion earlier today on IRC. - [Asynchronous Eco](https://groups.google.com/d/topic/coffeescript/WkB_CrHcyjw/discussion). I've decided to make async a compiler option. If the...
If you add that ability to Proof, you can test with the ancients and still get 100% coverage of the promise additions by writing the tests so that they return...
There's an argument to `dispatchEvent` that, if given, will set a `legacyOutputDidListenersThrowFlag` if a user given callback raises an exception. It was added for IndexedDB which had been monkey patching...
Terraform Cloud does not support workspaces. Running `terraform.py` with a Terraform Cloud backend produces the error 'workspaces not supported'. With this commit we invoke the command to set the namespace...
It does not build on OS X. I installed the latest Node.js using Homebrew. Checked `node-sqlite` out of GitHub and ran the following. ``` [alan@postojna node-sqlite]$ node-waf configure build Checking...
The W3C provides a conformance test suite. http://www.w3.org/DOM/Test/ There is a full Java implementation from which to crib. The tests themselves are specified in XML, so one would only have...
Looks as though Inquiry is a way of feeding JSON to little JavaScript functions. The way the language is designed, both the paths and the JavaScript functions can be compiled....
- [ ] create `gh-pages`. - [ ] create `pages` directory. - [ ] create `Makefile`. - [ ] create `pages/index.html`. - [ ] copy `README.md` into `edify.js`. - [...
The fixup for it costs dearly. We have only one way to do each thing in Inquiry.