Isaak
Isaak
This is a bit problematic since we using PAC.
@veksha We have a database of blocked sites in Ukraine, but we don't know exactly how well the extension works in Ukraine. You can try to add the necessary sites...
Here is a `JSON` file of websites that we're proxying for Ukrainian users: https://registry.censortracker.org/api/v4/domains/ua/json/
This one is done. Casino and other useless shit were excluded from the list of proxied domains.
Looks useful. I'm all for it :+1:.
@sobolevn I can try to do it this weekend.
Добавлено в версии 9.0.0
I'm closing this since I can't reproduce it. Feel free to reopen it with more details about how to reproduce this behavior.
Absolutely. Can you, please, create a PR?
Hi! Actually, there is an `accumulator` argument for such cases: https://mimesis.name/en/master/api.html#mimesis.Numeric.increment Here is a usage example: ```python >>> numeric.increment() 1 >>> numeric.increment(accumulator="a") 1 >>> numeric.increment() 2 numeric.increment(accumulator="a") 2 >>> numeric.increment(accumulator="b")...