Stephen Hazleton
Stephen Hazleton
Yeah, if they do end up going with webpack2 in beta12 we'll switch over as part of incorporating that upgrade into this repo. I don't think it's worth doing ahead...
@marcoturi - agreed. I've opened #139. If you're feeling generous, a small PR would be fantastic. If not thanks a lot for the suggestion, will do my best get round...
#52 (top of the list). Last time I looked SauceLabs was the best option for FOSS. Realistically I don't have any time for moving this roadmap forward (until my associated...
If you come up with something that works let us know, maybe share config. Thanks
Now we're using @angular/cli, anything in the test direction should be raised upstream there. We'll take any features they add.
@Baadier-Sydow #52
@kamok I've never heard this suggested before. The argument is typically between whether to have `*.spec* in-line with source code or in a separate `spec` folder. See https://angular.io/styleguide#!#single-responsibility I do...
You are probably missing something from the mocks - testing some Ionic component that we have not tested before. Search the Ionic source code for _getPortal. On Wed, 24 May...
We have about 600 tests in a closed source project. The tests take about 2 and a half minutes to run. When developing I usually run a single suite with...
We have been using the new keyboard without issues for a while. On Fri, 9 Jun 2017 at 01:31, Ka Mok wrote: > I ran into this Issues where using...