Ian Griffiths
Ian Griffiths
The UniformBuffers example in the SharpVk-Samples repo defines this type to enable the application to pass arguments into the shaders: ```cs private struct UniformBufferObject { public mat4 Model; public mat4...
### Link to Feature Request https://support.specflow.org/hc/en-us/community/posts/4410211637521-Support-IAsyncDisposable-in-bindings ### Implementation Idea Support for this needs to be implemented in BoDi, because that's what performs the actual disposal. To enable this, I've created...
Also, the docs should state that the `NmeaLineParser` ctos throws an `ArgumentException` to report the discovery of bad data.
We recently added sourcelink support to the source but haven't yet build a new version. Consider just releasing a new version purely to make this available.
Runtime version is obsolete, so we no longer need it.
NMEA messages can put fragmentation data in two places: in the header, and in the AIVDM section. We only look in the former. But some sources (e.g. Norway) only put...
The https://github.com/ais-dotnet/Ais.Net.Receiver project has ended up implementing its own checksum generation. It uses this when appending timestamp headers on messages that don't come with a timestamp. (Some AIS stations don't...
We're currently using BenchmarkDotNet v0.12.0. On trying to move to 0.12.1, it became apparent that this is a significant change, despite what you might guess from the version numbers. The...
Many of the XML documentation comments for the `NmeaAisStaticDataReportParserPartB` have the text "Not present is this is". That should be "Not present if this is".
We wrote this code before we started the practice of writing ADRs, so this has none at the moment. We could add some to clarify the design intent. The discussion...