Ghislain Nadeau
Ghislain Nadeau
I'm using JSPM for my front-end dependencies management. No modules are polluting the global namespace, including 'angular'. Generally, when i use a third-party library that need angular in the global...
This prevent removing hand-made line-wrapping when formatting code. As specified in #320
In the [Java Style Guide](https://google.github.io/styleguide/javaguide.html#s4.5-line-wrapping), it's written that: > [...] even code that would in fact fit within the column limit may be line-wrapped at the author's discretion. However, the...
When i have a test in error, here's the stacktrace i get using Chrome: > Expected '2345' to be '1234'. > at Object.eval (src/app/dashboard/search/search.result.spec.js:120:63) here's what i get with PhantomJS:...
I struggle to make the library working with 2 modules. At the startup of my application, sometime it's working, sometime not, or it's simply hanging. Then i realized it seems...
…to system.src.js and system-polyfills.src.js
While using karma to do TDD (with `{autowatch:true, singleRun:false}`), there's an issue when I add a new file. Karma detects the change (and restart a test run), but the tests...