Kumar McMillan
Kumar McMillan
Is there a PR I could look at?
Thanks for all your work on this @kartik-budhiraja but upon closer inspection, I decided that this is not a good issue for us to work on at the moment (I...
Yeah, maybe we could make a literal `serverConfig` object which is isolated from any other config. If some value is only needed on the server then it doesn't need to...
Here is a lint rule that will help achieve this goal: https://github.com/mozilla/addons/issues/2017
FYI: unlike the screenshot in this description there is now a notice (https://github.com/mozilla/addons/issues/11368) which should be helpful to provide a hint about why the page appears slightly broken.
Some complimentary clean-up will happen in https://github.com/mozilla/addons/issues/12655
Hi @ruchikabgosain, thanks for your interest. This isn't a good issue to work on because abuse reporting might move away from https://addons.mozilla.org/ and into Firefox itself (see https://bugzilla.mozilla.org/show_bug.cgi?id=1540175). However, we...
To avoid pagination bugs, we need an API change for this. See https://github.com/mozilla/addons/issues/6155
Could you provide more info about how you generated the APK? What command did you run?
I think the problem is that [`rc-trigger`](https://github.com/react-component/trigger) appends its `` to the end of `` instead of rendering it next to the children of ``. I'm not sure why it...