Alex A.

Results 20 issues of Alex A.

This would probably require renaming the rule.

type: enhancement

This is just to see if the plugin would not fail with an error during a static code analysis run (partially inspired by https://github.com/Gillespie59/eslint-plugin-angular/issues/260). TODO: find real-world protractor projects with...

help wanted
type: code-quality

Currently it is not possible to add mock modules for Angular 2 applications. This issue reflects the TODO posted [here](https://github.com/angular/protractor/blob/582411b7ad6c0f9176b231dc51dc328b98affbdf/lib/protractor.js#L717). And, to cross-reference the relevant SO post: http://stackoverflow.com/questions/36354233/protractor-mocking-backend-with-angular2-on-api-request. Thank you.

type: feature request
hotlist: user experience

I'm trying to measure jinja2 template code coverage following Ned Batchelder's [django_coverage_plugin](https://github.com/nedbat/django_coverage_plugin) and [coverage-mako-plugin](https://bitbucket.org/ned/coverage-mako-plugin) coverage plugins. Since `jinja2` templates are compiled to Python files the approach should be similar to...

Would it make sense to enforce that the `it()` name has to start with "should"? E.g. this would issue a warning: ``` it("some test I have", function () { });...

enhancement
help wanted

Would it be a good idea to have `eslint-plugin-jasmine` report if there are more than one `expect()` calls per `it()` block? (http://blog.jayfields.com/2007/06/testing-one-assertion-per-test.html) At least, we can have the rule disabled...

help wanted

Linking the [StackOverflow post](http://stackoverflow.com/questions/41108931/module-trace-has-no-attribute-modname-while-trying-to-debug-in-pycharm-pyth/41373236#41373236) which initially caught this problem. The problem is that if the PyCharm debugger would be started with `--save-signatures` ("Collect run-time types information for code insight" Python...

Do you think this package is an appropriate place for adding reusable matchers like `toHaveHandCursor` or `toHaveClass` or `toBeActive`? If you agree, I can send a PR containing matchers we...

I've recently started to work on [`eslint-plugin-protractor`](https://github.com/alecxe/eslint-plugin-protractor) ESLint plugin designed to catch common Protractor-specific errors/violations statically. Two things: - if it makes sense, consider mentioning the plugin in the guide...