Mathieu Pillard

Results 203 comments of Mathieu Pillard
trafficstars

I'm not opposed to a bump to 5 MB - there are several developers that it would benefit and it's been a while since we last increased that limit -...

Hi, Sorry for not answering sooner. This is still blocked on migrating infrastructure of our private scanners but we intend to unblock that in January (wanted to do this earlier...

Hi, Sorry, we're still tracking this, but the infrastructure changes are still in progress.

Mmm that's weird. We should get a redraw from either the onload event or the mutation events if things changed in the DOM. Can you check with: - Other pages....

AMO **will** use `strict_min_version` from `gecko` if `gecko_android` is present and blank. However, because `gecko_android` is used, the minimum version AMO will set no matter what for Android will be...

Sorry @ronardcaktus I missed that request but I can probably get it moving. I've set myself as a reviewer to look at it soon.

Ah, good news, I _can_ approve test runs. Bad news, it's failing because of obsolete versions. So, could you remove Python < 3.8 and Django < 3.2 from the CI...

Sigh... Looks like we'll have to remove `nose` and `django-nose` as well...

Yes, remove them completely, probably replacing them with `pytest` (or `nose2`) ... `nose` just doesn't work with Python 3.10, see https://github.com/nose-devs/nose/issues/1127