Sylvain Hamel
Sylvain Hamel
This is based on http://stackoverflow.com/questions/22824255/karma-clear-screen-after-running-tests. Simply adding this in `watcher.js` at [line 91](https://github.com/karma-runner/karma/blob/v0.12.3/lib/watcher.js#L90), makes this work (at least on windows). All that is left to do is add the options...
We have a HOC that calls to `styled`. We use that HOC a lot and because our components don't use `styled` directly, it seems like the plug-in is not able...
When I debug my application, it would be very useful to be able to step into the Aurelia code with the source maps. It's also a great way to learn...
The framework should provide a method to shut down / dispose an Aurelia application instance. Calling `aurelia.dispose()` would dispose all objects / event listeners created by Aurelia including: - unbind/detach...
**Describe the bug** When you drag and drop a card, the card's `onClick` handler should not be called but on Firefox it is. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** When dropping a card, it has to be dropped very close the the previous card, otherwise the drop is cancelled **To Reproduce** See gif **Desktop (please complete...
### Current behavior: In the test runner, there is no option to only rerun failed tests. After investigating and fixing a failed test, I'd like the watcher to only rerun...