Ksenia

Results 123 comments of Ksenia

I have actually removed the freezing of version of `werkzeug` in https://github.com/webcompat/webcompat.com/pull/3621, but maybe the best would be to bring it back to avoid similar issues in the future. Also...

With the update I'm getting 1 failing test: ```python _______________________________________________________________________________________________ TestURLs.test_successful_post_new_issue __________________________________________________________________________________________________ self = , mock_proxy = @patch('webcompat.views.report_issue') def test_successful_post_new_issue(self, mock_proxy): """Test that anonymous post succeeds on /issues/new.""" webcompat.app.config['ANONYMOUS_REPORTING_ENABLED'] =...

After discussion with the team, the conclusion is that it makes sense to add labels for the global rank, but for per country rank we could add text to the...

Thanks, @karlcow, I'll look into this.

### **nsfw:** The goal of this model is to label incoming nsfw issues and based on that we can delete screenshots. For this model, I’ve used only titles of issues...

### **unsupported / ua-override** The goal of this model is to label issues that are related to Firefox being unsupported on certain sites due to UA detection. It would be...

### Tracking protection labels (`type-tracking-protection-basic`, `type-tracking-protection-strict`, `type-trackingprotection`) A goal of this model is to add a `type-trackingprotection` to potentially detect issues caused by basic/strict tracking protection. As we have a...

### Other labels I’ve tried building a few other models and didn’t get acceptable results. **### type-media** One interesting observation is despite the fact that `type-media` label has quite a...

Thanks for the ping, I'll take a look at this when I have some spare cycles :)

I think it's being used for functional tests and it's only included on local dev instance: https://github.com/webcompat/webcompat.com/blob/e56bd7c91d0940a76b89edc98e7378dff60db29f/webcompat/templates/layout.html#L33-L36