Tobias Schwarz
Tobias Schwarz
Hi, we started using staticmaps for our [OSM-Explorer](https://www.osm-explorer.com/) website today and discovered that there are still some issues. One Example: This map still has a transparent bar at the top...
Hi! I would not repeat pixels to compensate scaling for the y-axis. I think in general it is ok to have a unfilled / transparent area. It's the same with...
Very good! This leaves us basically with the alignment issue. I updated the tests: ```golang package main import ( "image/color" "log" sm "github.com/flopp/go-staticmaps" "github.com/fogleman/gg" "github.com/golang/geo/s2" ) type country struct {...
> This is not happening with our 1.3 only dev MQTT broker Just use the public MQTT broker, it is constantly happening there. ;-) From looking at other Bugs this...
Still present in 1.3.41: ``` Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Core 1 register dump: PC : 0x40001277 PS : 0x00060a30 A0 : 0x800f5c99 A1 :...
Hi! Great Job with the mining proxy! Making automatic payouts an option would be great. Does the mining proxy already trigger automatic payouts? If so, will it pay out balance...
I think it may have to do with the difficulty setting. You might need to increase / decrease the difficulty for all miners.
I think it would be a good idea to consolidate this, ap_mode and ap_hidden into a single ENUM: wifi.mode (`off`,`client`,`ap`,`ap_hidden`) In my opinion this would be a lot easier to...
> I think this probably needs to be in the MQTT Client not the device firmware. The firmware needs to be adjusted to expose the status in protobuf and to...
@garthvh I am/was not under the impression that MQTT is a plugin because it is not in the plugin folder. I also consider MQTT core functionality to close coverage gaps...