Nik

Results 5 comments of Nik

I currently solve this issue by running multiple Devilbox instances in different IP addresses. Of course without using auto DNS.

> Copying the `__toString()` behavior, I solved it like this: ```php $response->getBody()->seek(0); echo $response->getBody()->getContents(); ```

@jdgregson unfortunately for us working with a keyboard and mouse, pinching is not possible, is there another way to resize the window ? Thanx.

I've solved it by hard-coding the sensor type for example: ```c #define DHT_DATA_PIN 3 #define DHT_TYPE DHT::AM2302 void setup() { dht.setup(DHT_DATA_PIN, DHT_TYPE); } ```

@slurdge suggestion: How about a field mapper, where we can define in the toml which fields from the rss will be mapped to which goeland fields ?