Tomas

Results 5 issues of Tomas

➜ spider git:(master) python3 ctrip/hotelDetail.py [178/228] {'magicid': 'xJhxAVzmtKzWRwWv9qmaIgqvzK66z38v9JCEpID+q9DBaLSQv4yIN4/TI76Mhhde'} You're bot Num of a6[h][i] 0 Num 0f end 1 Traceback (most recent call last): File "ctrip/hotelDetail.py", line 509, in ch.parse_detail() File...

```shell During handling of the above exception, another exception occurred: Traceback (most recent call last): File "setup.py", line 41, in package_data={'data': ['email-providers.json','api-keys.yaml','domain_list.json']}, File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup _install_setup_requires(attrs) File...

# 🚀 feature request ### Relevant Package This feature request is for @airbrake/airbrake-js ### Description Nestjs airbrake Notifier adapter ### Describe the solution you'd like null ### Describe alternatives you've...

enhancement

Take the liberty of submitting this PR, Because I think it's important to support getting tokens from headers.

Is there support for adding a g-recaptcha-response to the request header? ```js v*.ts if(req.headers && req.headers['g-recaptcha-response']) response = req.headers['g-recaptcha-response']; ```