Daniele Scasciafratte

Results 840 comments of Daniele Scasciafratte

Take this user case example: - composer.json with 20 dependences - 15 have the last version but on 10 of them there is new stuff on `dev-master` and the other...

```antecedent/patchwork 2.1.6 dev-master 00eb113 Method redefinition (monkey-patching) functionality for PHP. bacon/bacon-string-utils 1.1.0 dev-master 3d7818a BaconStringUtils contain utitilies to work with strings. codeception/codeception 2.3.x-dev 1e35b1a dev-master 2e39bbb BDD-style testing framework composer/ca-bundle...

I tried on patching with: ``` foreach ($this->outdatedPackages as $outdatedPackage) { if ($outdatedPackage->getLast()->getPrettyVersion() !== 'dev-master') { $output[] = sprintf( ' - %s (%s) latest is %s', $outdatedPackage->getActual()->getPrettyName(), $outdatedPackage->getActual()->getPrettyVersion(), $outdatedPackage->getLast()->getPrettyVersion() );...

another ping

I am trying to get working on firefox with #274

It is pretty simple :-) You have to do a zip like for chrome and upload on addons.mozilla.org. https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Publishing_your_WebExtension The only difference that the publish on firefox require days for...

The alert actually is because the addons not received yet a review, when will receive that will disappear that alert. For the install.rdf the new webext doesn't require this file...

I asked to the reviewers about the status and the problem is that the extension as over 270 js files so will require time because in AMO at every release...

What are the issue reported?