Pavel Hrdina

Results 33 issues of Pavel Hrdina

* pypugjs version: 5.11 * Django version: 5.1.4 * Python version: 3.11 * Operating System: Linux ### Description I'm facing template caching but I'm not sure if it's pypugjs issue...

I just upgraded to `4.3.0` version and I get this error: ``` $ pgcli -V Traceback (most recent call last): File "/usr/bin/pgcli", line 5, in from pgcli.main import cli File...

I'm facing an issue where I get stuck in a loop in method [`_apply_request_throttling()`](https://github.com/VeNoMouS/cloudscraper/blob/9ea528a8675f1bebd49ff853d142e94988a95178/cloudscraper/__init__.py#L595). The `while` loop checks 2 variables, then sleeps for 0.1s and then checks them again without...