Wouter Lemcke

Results 4 issues of Wouter Lemcke

We noticed the configured timeout is not respected. ``` await getLinkPreview(url, { imagesPropertyType: 'og', headers: { 'user-agent': 'googlebot' }, timeout: 1000, })) ``` When trying to generate a link preview...

It would be great if we could make the library follow multiple redirects. The issue we're encountering is that we try to generate a preview for a link that has...

help wanted
Fund

### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....

feature-request

The Seneye sensor crashes for me on getting the device type (sensor.py:166). I solved it by hardcoding it to 'pond' ``` >>> device_type = data.device_type.name ValueError: 2 is not a...