xhdix

Results 54 comments of xhdix

All done, except moving the theme switcher into the footer. I don't know exactly where! (Also, I think, users should be aware of the ability to change the theme before...

There are also several images with no background and black text. ![image](https://user-images.githubusercontent.com/12384263/136036161-eee2697e-78d9-412d-b6b2-4bdf400e0cbf.png) ![image](https://user-images.githubusercontent.com/12384263/136036315-741ed53d-e354-463b-99a4-746b653e4fc9.png) I can apply this change: ```css master.css:937 .blog-post img { ++ background-color: var(--partner-logo-color); } ``` ![image](https://user-images.githubusercontent.com/12384263/136036431-f4ff9d89-e093-41c9-8956-515a35abfba6.png) ![image](https://user-images.githubusercontent.com/12384263/136036536-98233e7d-c846-4050-a42a-59597dde443a.png)...

@hellais, new changes applied, please review.

This problem already exists and seems to be growing. ![image](https://user-images.githubusercontent.com/12384263/89727258-94049a80-da2b-11ea-8360-d226ebdef597.png)

Thank you @mr-tafreshi, but I think using `_redirects` is a better way to do it. e.g.: https://github.com/ooni/ooni.org/blob/master/_redirects

سپاس بی کران. بررسی می کنم و اگه مشکلی در خانایی پیش نیاورد، اعمال می کنم. (البته به نظر که مشکلی پیش نخواهد اومد.)

also it would be great to have `+nsid` too!

@Fardinak, it's not your system or even ISP's problem. It's called anti-sanctions service, but in reality, it's just bandwidth throttling service by DCI. Do you remember the GitHub problem 8...

Maybe it is possible to create the main server outside and forward the traffic only with `iptables` on the internal server: ```bash echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A...

Because I had checked before, These two queries were limited to 50 items: https://github.com/ooni/api/blob/5ed8b180755b1927def30d0c08c5fadb0da0650d/measurements/api/measurements.py#L564 https://github.com/ooni/api/blob/5ed8b180755b1927def30d0c08c5fadb0da0650d/measurements/api/measurements.py#L567 But here duplicate IDs were removed: https://github.com/ooni/api/blob/5ed8b180755b1927def30d0c08c5fadb0da0650d/measurements/api/measurements.py#L674 And here you decide that if it was...