Jean-François Greffier

Results 38 comments of Jean-François Greffier

Hi! I met this issue and it seems linked with display that has a device pixel ratio higher than 1. Could it be that the offset calculation is wrong in...

@konrad-garus @bbv-hungtran Do you still have the problem ? The issue is 2 years old

I've added test case that reproduces the issue described by @taa-autorola-com ``` valid.push({ code: '_.filter(vm.global, function (n) { return n % 2 === 0; })', options: ['anonymous'] }, { code:...

No, I just did a fork with the unit test. I don't have fix to put in in a pull request Here's the commit with the test: https://github.com/jfgreffier/eslint-plugin-angular/commit/95ee8d30323225262e7821ca673cb2f21f25b3ed It appears...

Done ;) It seems to be linked with utils.isAngularComponent() yielding a false positive; as it does indeed look like Angular code...

Here is a pull request with a proposed fix. This code fits the conditions of `isAngularComponent()` ``` _.filter(local, function (n) { return n % 2 === 0; }) ``` Callee...

First things first. I've made a branch with the changes suggested on the intro page for install https://github.com/jfgreffier/playwright/tree/feat/gradle-docs Shall we add Kotlin ? Kotlin only ? Next step will be...

Thanks @ardetrick I've updated my branch accordingly and created a PR. I only documented CLI usage with Gradle in the installation page; I feel it's very redondant to add it...

@isner @shortcuts this PR is from last year, is it still revelant ? If so, it probably needs a git rebase and solving the conflicts

Hi @pkozlowski-opensource I'm sorry it couldn't be completed. Do you have by any chances a repo with the work that was done so far ?