Stuart Grimshaw
Stuart Grimshaw
I've fixed the tests, see my comment on https://github.com/nilportugues/laravel5-jsonapi/pull/108, but it breaks BC with Laravel 5.2
The unit tests for this are failing because of the differences between Laravel 5.2 & 5.3, have a look at the changes on my latest comment to see what I...
I wonder if the issue here could be the scan rate of the panels. Outdoor types tend to be 1/8 scan while indoor ones (which are the more common) tend...
The matrix is 64x32, so by setting the width & height to 128x16 I do manage to full the display lit (only in red funilly enough, green & blue don't...
I'm having the same issue. ``` - ios.MQTT.password = .... - ios.MQTT.port = 1883 - ios.MQTT.secure = false - ios.MQTT.server = mqtt - ios.MQTT.throttler = 10 - ios.MQTT.topic = kerberos/lounge...
Marking something as a favorite should also prevent it from being automatically deleted if you have that option switched on in the config.
A good use case for this is in a garden, with lots of moving plants and bushes makes it hard to define a good hull or rectangle and tweek the...
A little more on this, from the mqtt logs themselves: ``` mqtt | 1697055632: New connection from 192.168.1.62:50051 on port 1883. mqtt | 1697055632: New client connected from 192.168.1.62:50051 as...
The issue is caused by "unit_of_measurement" where some of the values are UTF-8, even when I encode the strings with .encode() it still causes the protocol error. The padding is...
I'm having the same issue, it's pulling in bookmarks from Pinboard, but not pushing them back from the app. I've tried a manual sync through the app and that didn't...