Rob Wu
Rob Wu
Looks like they have finally (well it's been a year already) opened extension submissions. I'll eventually try to publish my extension there (not soon, but eventually).
@dheerajbhaskar The typical workflow is: 1. Fork repo to your own Github profile. 2. Locally clone your github repo. 3. Create a new branch and check it out, do some...
@dheerajbhaskar Does your patch already provide the desired functionality? To test, just use the APK downloader on any app in the Play store.
Credits where due, of course. Much of your [proposed README](https://github.com/eyecatchup/apk-downloader/commit/a70aea797e5eb4e84a859748ca2ffafdb9a3673f) can be said with fewer words, while removing relevant information from the credits (i.e. who is responsible for what?). Could...
> You said I removed relevant parts of the credits section. WTF!? Should we list all my changes and all changes by redphoenix89 as well? Did I even asked for...
@eyecatchup That gist looks much better than your current version. Could you amend your commit? With the following changes: - Unblockquote the Download & Installation section. - Remove the bold...
Thanks for the PR. I'll leave this open, and merge it once there are others who need this patch. @fabi1cazenave This PR removes three lines that contains a TODO-comment. Why...
Perhaps he disabled notifications. I sent him an email
Use `.ready` instead of the event. This ensures that the callback is called even if the event has already been triggered. ``` js document.webL10n.ready(function() { require(['app'], function (app) { Backbone.history.start();...
@paulguz I've submitted a patch for your issue, could you check whether it solves your problem, and report back?