Ksenia

Results 124 comments of Ksenia

Yeah, let's close this as the experiment is over and we're in 104 now.

Thanks for the report :) This will be fixed once https://github.com/webcompat/webcompat.com/pull/3728 is deployed

There are the following errors: ``` 2022-06-27 05:49:00,554 tracking Exception thrown: Traceback (most recent call last): File "/home/webcompat/webcompat.com/env/lib/python3.8/site-packages/flask/app.py", line 1513, in full_dispatch_request rv = self.dispatch_request() File "/home/webcompat/webcompat.com/env/lib/python3.8/site-packages/flask/app.py", line 1499, in...

The first error started last week: `2022-06-23 14:12:43,492 tracking Exception on /webhooks/labeler [POST]` I've updated the topsites DB that day, so it is likely related. Thinking it might be because...

Perhaps these could be inside an additional step after clicking on "Something else": Instead of `Briefly describe the issue:` field, we could add one more step with these additional categories,...

https://github.com/webcompat/web-bugs-private/issues/24222 https://github.com/webcompat/web-bugs-private/issues/24217 Two more issues that should have been labelled as invalid, but didn't

Let's try to measure an optimal time for waiting before retrying to call HTTP service by adding a timer at the beginning of this function https://github.com/webcompat/webcompat.com/blob/master/webcompat/webhooks/ml.py#L29

Thanks @magsout. This is expected as Firefox on an iPad is returning Safari desktop UA by default, see https://github.com/mozilla-mobile/firefox-ios/blob/main/Shared/UserAgent.swift#L52. I recall the team is using desktop Safari desktop UA at...

So maybe we could try and improve this on our side as there is `device-tablet` label that's coming from the iOS reporter on an iPad: https://github.com/webcompat/web-bugs/issues?q=is%3Aopen+is%3Aissue+label%3Adevice-tablet. If the UA is...