Sylvain Hamel

Results 7 issues of 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...

type: feature
discuss
help wanted
type: backlog

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...

enhancement
help wanted

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...

documentation

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...

enhancement

**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:...

bug

**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...

bug

### 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...

type: feature
pkg/desktop-gui
stage: proposal 💡
pkg/reporter