C. Scott Ananian
C. Scott Ananian
https://www.npmjs.com/package/dompurify should work under domino. It appears that `outerHTML#set` is one of the things needed. See: https://gerrit.wikimedia.org/r/363156
document.body = ... currently causes a nyi exception. This doesn't look like it should be that difficult to implement?
From PR #9: Now compressjs using SAIS. So bzip2 requires input data x2. But use cyclic-sais(http://wpage.cocolog-nifty.com/files/cyclic-sais-1.0.zip) instead of SAIS, requires only data x1.
Be careful about how `arguments` is accessed, and ensure that the `ES.*` helpers are treated as constant functions which can be inlined.
This currently only works on node, and only runs Promise-related test cases. It could be generalized to run a larger subset of the ES2015 test cases, and to not fail...
Fix missing space in error message.
At the bottom of http://doctestjs.org/ you say: > If you've used Python's doctest and found it annoying or not widely useful for doctest: doctest.js fixes all those problems: see this...
Update the ant build.xml file to match google app engine recommendations; fix some issues with filter() in select.js and generally improve the "out-of-box" experience with the demo code.
24V fans are pretty hard to find. On the next revision of the hardware it might be nice to include a jumper to select either the 12/24V rail or the...
The V8Js object is treated as a special case, and has its own handlers both on the V8 and the PHP sides. Now that V8 wrapping of PHP objects works...