Stefan Penner

Results 324 comments of Stefan Penner

@dfreeman ya, I wonder though if we should consider pushing it down the stack to reduce maintenance/keep stuff in sync, enable this by default. That may allow e-c-ts to focus...

> currently when using ember serve ESLint is run once on startup and shows you all the existing linting issues on the console. once you fix an issue that file...

Experimenting with eslints own caching may be a good idea. I'm curious as to the downsides.

we currently don't watch the root of the project, largely because `tmp` and `node_modules` are present. I think with broccoli 1.0 allowing us to move the `tmp` dir to system...

oh wait, i think I misread this.

Im surprised that #227 regresses so much.

Ah, i wonder if it is actually a realistic example. It could be that in benchmark land without the `splice` we keep growing the array, and with who do not....

LGTM, likely will be a major release? cc @rwjblue / @krisselden

@rwjblue should we fork a 2-release branch for 2x stuff? Or hold off for a-bit first.