Mathieu Pillard

Results 203 comments of Mathieu Pillard
trafficstars

Interestingly, while I can still reproduce with the URL above, I can't reproduce locally with `yarn amo:stage` - visiting http://localhost:3000/en-US/firefox/addon/1004860/versions/ works.

I agree this is a valid issue. (edit: and I've transferred it to a more fitting place but this was the right place to file it, thanks!)

AMO team is small and we have a limited bandwidth, we simply can't do everything. The good news is that this is open-source, so if you want to contribute a...

The previous commenter said they were happy to assist, so my reply was me trying to take them up on their offer. I would gladly review a patch that implements...

This should be transparent to end-users: categories should be displayed correctly on /en-US/firefox/extensions/ and /en-US/firefox/themes/ pages, viewing the individual category pages (which leads to a filtered search) should still work,...

The reason deps are installed that way is to allow for local envs to have a `olympia` user in the container with a uid/gid matching ones of the owner the...

It's only working in CI because it's not covering the use-case of installing new version of deps on top of an existing image (CI currently doesn't use the docker image...

I don't have time to fully try this now. The approximate STRs are: - Clone the repos on your host (Your uid is whatever, but likely not 9500. The default...

You're running a completely different image, but crucially you're running the container as root, which is not how we run addons-server locally, at least in Linux. You'll run into the...