Matti Airas
Matti Airas
Here's something very, very weird that I've been struggling with for the past 10 hours or so. lprint seems to be very finicky about the system hostname settings. Here's what...
lprint seems to pick the maximum allowed width as the maximum supported label size width. This PR adds some 105mm label sizes to the TSPL driver to allow labels wider...
ValueConsumer input_channels were implemented to allow multiple inputs to a single transform. However, the semantics were never fully thought out, and the argument was used very rarely. Since you can...
Async Configurables allow adjusting remote system settings via e.g. NMEA2000 or NMEA0183 calls and then waiting for a response. The frontend polls the backend until a response is received and...
Route drawing only supports incremental route building at the moment: you add waypoints until you arrive at your destination. I tend to build routes by adding a waypoint to the...
When editing a route, it would be useful to see the total route length so far.
In route editing mode, waypoint deletion is done by control-clicking. This is simple enough on a computer, but prevents deletion on a touch screen. One approach would be to activate...
At the moment, routes are displayed as multiple line segments with no indicator drawn at waypoints. If the direction difference between adjacent legs is small, it can be difficult to...
See here: https://github.com/hatlabs/discussions/discussions/122#discussioncomment-9486821
I had removed the Threshold transform during v3 development, but apparently it was used by many people. Let's bring it back!