Jeff Cross
Jeff Cross
Since one goal of this project is to be building Angular CLI add-ons for the best practices in this project (Web Workers, Universal, HTTP/2, ServiceWorker, etc), we should have a...
Problems (as opined by @davideast and @jeffbcross): - It's ugly, feels cold and unwelcoming, feels outdated - Too much information on one page. This page should primarily act as a...
Let's re-imagine: - Who angularjs.org caters to - What content is most valuable to these folks - How to best organize this content This issue can be considered resolved when:...
When using `assert.is`, I'm running into a Maximum Call Stack Exceeded RangeError when the value is of type `Document`. All other types work fine. This is because `prettyprint` is seeing...
I should be able to require that a value is exactly the type I specify, and expect it to throw if given `null`. ``` javascript var val = null; assert.type(val,...
The only way to actually run and sample a benchmark right now is to click buttons in a Web UI. For the sake of continuous sampling, there should be a...
As discussed in #21, it's problematic for benchpress runtime libraries to add `$traceurRuntime` and `System` to the window, as code under test may be using a conflicting version of Traceur....
Karma launchers are widely used on many platforms; no sense in re-inventing the wheel. This would pave the way to making the manual benchmark runner more configurable to run in...
Currently, the only way to view reports is in the html table included in the compiled benchpress runner page. Benchpress should provide a pluggable way to export JSON reports, and...