Mathieu Pillard
Mathieu Pillard
@BhavyaT-135 you can, but you'll have to figure out a solution on your own.
> @diox: is name not something we should rely on? Or is it just undocumentated by mistake? It's somewhat reliable. The issue is that it's currently a bit wonky with...
> Maybe Name should replace Relevance as a sorting option when there's no search string. FWIW in the API, the default sort is relevance if there is a query, or...
Likely caused by the `webpack` upgrade in https://github.com/mozilla/addons-frontend/issues/11419 but I don't think the underlying problem is new. This is caused by: https://github.com/mozilla/addons-frontend/blob/5518fc1091241849f1f90634fe5d8f5d3cce2688/webpack-common.js#L132 Which has been there for a very long...
Given that there is an API field returning the page count, I think the frontend should use that. We should probably close this and re-open the old one...
Related note: upgrading node-fetch in 0dc0fe4896aa1bb4c855fb5b0c8500cb3c600820 caused https://github.com/mozilla/addons-frontend/issues/11438
We no longer store a foreign key to the add-on and only store the `guid` internally, so we no longer had an `Addon` instance directly available, I figured it wasn't...
Going to fix that server-side in https://github.com/mozilla/addons-server/issues/19578 ; keeping this opened for now, we might want to stop relying on the presence of the `slug` in the response too if...
Doc is a good start (we can start with what I've written in the description, which is the extend of my knowledge on the subject at the moment :), but...
Hi, We're in the process of rethinking a few things around how listing & distribution works, I'm not sure how the experimental flag will play into this but we'll definitely...