Kumar McMillan

Results 170 comments of Kumar McMillan

Why do you want to remove the version? Just curious. We could add a new option like `build --filename="some-file.zip"`. However, to make it useful, it should also accept parameters for...

That would have to be fixed in https://github.com/mozilla/sign-addon

This is similar to the approach we take in the Android patch (https://github.com/mozilla/web-ext/pull/868). However, I don't think what you're proposing will be possible because web-ext needs to make modifications to...

Yeah, I think all web-ext needs is [access to the debugger](https://github.com/mozilla/web-ext/blob/master/src/firefox/preferences.js#L30). It seems like this will confuse users who are less experienced and who don't read docs but I suppose...

> it would be more convenient if I can just have it connect to my current Firefox instance Why? The case you described sounds like it would be really convenient...

Wow, 1GB? Is the `--firefox-profile` option noticeably slow?

@tomquas sorry for the inconvenience. The rate limits are in place to combat real and ongoing attacks against our systems. I suggest sleeping your script after signing each new version...

Oh yeah, that seems useful. Thanks for filing. I think `--no-reload` may get simulated internally for older Firefoxes that don't support reloading -- just something to be aware of for...

Maybe it's one of the prefs we set? https://github.com/mozilla/web-ext/blob/master/src/firefox/preferences.js#L22