Patrick Grawehr
Patrick Grawehr
Fixes #1058 Proposal for fixing #1058. As per discussion: - `IQuantity.Value` returns `QuantityValue`. This implies the addition of some explicit interface implementations to the quantities, so that the default `Value`...
Some quantities, for instance `information` have `decimal` as base type (which does make sense). However, except for the `Value` property, all properties return double: ```csharp /// /// Gets a value...
The default formatting of numbers (in QuantityFormatter.cs), when no explicit culture is given, should use `CultureInfo.CurrentCulture` not `CultureInfo.CurrentUICulture`. On Windows, the first corresponds to the selection from the control panel...
(Creating an issue on this, as the task is now spread over several PRs) **Problem** As already described in PRs #794 #799 and #803, parsing Feet/inches combinations (ie. "7'23") fails...
I just found that some of the main repositories (including protocol, ConfigurableFirmata and firmata.js) have no license specified. This should be fixed, to have clean conditions for reuse of the...
This replaces the legacy `System.Net.HttpListener` with `SpaceWizzards.HttpListener.HttpListener` for .NET 6.0 and above. This replacement implementation is fully managed and does not use any poorly maintained Windows IIS components under the...
With more and more new boards available and in wide use, and particularly also really powerful ones like ESP32, certain features of the boards should be queryable by the firmata...
I would like to see the possibility to convert incoming xxWPL and xxRTE sequences to OpenCPN routes and waypoints. I'm using another navigation system for main navigation, but it would...