Ordanis Sanchez
Ordanis Sanchez
If you're using proxies with `requests-html` and rendering `JS` sites is all good. Once you render a website pyppeteer don't know about this proxies and will expose your IP. This...
**Describe the bug** When calling `app.test_client()` the following error is raised. ```python Traceback (most recent call last): File "tests/mytests.py", line 12, in setUp self.client = app.test_client() File "/Users/ordanis/miniconda3/envs/dl-lab/lib/python3.6/site-packages/vibora/server.py", line 213,...
From time to time when the package is using sqlite, it locks the db and by then any endpoint is accesible. Here the traceback. ```python Traceback (most recent call last):...
When I call `gql_optimizer.query(myquery, info)` it always raises `RecursionError` not matter witch query I pass in. Python 3.7 Django 2.2.7 Graphene-Django 2.6.0 I tried with 0.6.0 and 0.6.1