Luca Greco

Results 130 comments of Luca Greco

@willdurand I've just updated this PR based on your last round of review comments (https://github.com/mozilla/addons-linter/pull/4397/commits/a14d5017569935f2d6f52251109091f2e5f6b052), this should be ready for a final review pass.

> For everyone interested in running Puppeteer with Firefox extension - this code sample loads the extension, but hangs on loading the extension page. The page loads but Puppeteer fails...

@wagnerand yes I confirm that to be the case. We recently resumed the work on unblocking the v8 release, and QA is currently running a more complete verification around the...

@kiparenkomb `VERBOSE=1 flow-coverage-report ...` may be able to produce some additional info about what is going on.

@migueloller @iDuuck I personally prefer to have a flow-check npm script that fails when there are flowtype errors and leave the report generator to only fail because the coverage is...

> What is total, covered and uncovered. ? > Is it Total line ? Is It Total words count ? > as it showing ambiguity information.. It is the number...

Hi @DanielMSchmidt, I totally agree with you: generating a report in the lcov format would be great, e.g. we would be able to use services as codecov.io to make a...

@tibdex when running on a developer machine, the flow server is likely to be shared by one started by editor plugins that integrates flow as well, and killing the server...

@aziz :+1: sounds reasonable to me, I'll take a look asap.

@cadorn I've just pushed the an example addon adapted from one of the Addon SDK tutorials on MDN to be built and run using grunt-mozilla-addon-sdk in the **example-addon** branch of...