David Caro

Results 28 comments of David Caro

In my (custom) configuration the problem comes from the "GitBranch" provider, if I disable just that part the slowness dissapears.

I can reproduce the issue with Bioshock Infinite and XCOM: Enemy Unknown. > Dafuq, some strange side effect of glXQueryDrawable. Set `gl_size_query=viewport` in config file. Thanks a lot, it works...

Ok I've really, really tried to fix this but I hit a wall in the process: Python [HTTPServer](https://docs.python.org/3/library/http.server.html#http.server.HTTPServer) doesn't support IPv6. The tests at [test_ignore.py](https://github.com/kevin1024/vcrpy/blob/master/tests/integration/test_ignore.py) uses a httpbin server created...

Same issue here, I'm on Archlinux using XFCE. My `.tmux.conf` is not really small: ```tmux # Basic settings {{{ # Command prefix unbind C-b set-option -g prefix C-a set -g...

I've tried to replicate the issue but the original code from @giuspataro now works: ```python from pytrends.request import TrendReq pytrends = TrendReq(hl='en-US', tz=360) kw_list = ["Blockchain"] pytrends.build_payload(kw_list, cat=0, timeframe='all', geo='',...

Given that @emlazzarin has started doing releases here in Github, I think we can close this now.

This is probably related to #534. TL;DR: Looks like Google returns different values when it detects you're not an user in their site.

LGTM, thanks @sv1990 !

@AlexYarkin I just checked and the feature still works for me, if you can provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) please open a new issue referencing this PR.

The cloaking made by Google Trends is a known problem, see #577, #550 and #534. Currently there's no workaround, sorry.