Arturo Filastò

Results 314 comments of Arturo Filastò

This has been implemented for mobile here: https://github.com/ooni/probe-android/pull/543

If I understand this feature correctly, we are adding a new settings which affects the starting of background tests to also be triggered when a network is changed. Is that...

This has been done as part of: https://github.com/citizenlab/test-lists/pull/1247. I suggest we document follow up work as new issues.

Yes this is a good idea, which I agree we should at some point do. It's however not high priority imho, so I am bumping it down to low (note:...

@garycourt can you please merge this and publish a new package? It is currently also breaking builds with electron-rebuilder, see: https://github.com/electron-userland/electron-builder/issues/3050.

![Screenshot 2021-02-04 at 16 11 20](https://user-images.githubusercontent.com/424620/106912785-a70ad580-6703-11eb-9aa7-35a23fb36129.png) The basic idea is that we display only the aggregates for websites tested in the selected time period and allow the user to sort...

I guess the tricky thing with displaying percentages, is that while you are showing the percentage you lose the ability to see how many measurements contributed to that percentage (1...

I went ahead and made a mocked implementation for how this should work in the following branch: https://github.com/ooni/explorer/tree/confirmed-categories. Here a screenshot of how this looks: ![Screenshot 2021-04-19 at 14 56...

This should be possible by running the following query on the aggregation API: https://api.ooni.io/api/v1/aggregation?probe_cc=IR&since=2021-06-07&until=2021-07-08&test_name=web_connectivity&axis_x=category_code.

Another thing we might want to do is automatically strip the whitespace between "AS" and "XXX" when it's entered into the search filter.