Clément Marescaux
Clément Marescaux
It looks like you are running it in debug mode. Try compiling and running it with optimizations enabled: `cargo run --release`
For some reason, newage also partially contains some WPF code? This was taken from one of my recent saves (patch 3).  Not sure if WPF specifically, but this is...
It's because they are using zstd as a new compression method (compression flag 3). Gotta wait for it to be implemented in lslib :)
Support for the new saves has been merged today. There's just to wait for the next pre-release.
Translated from native to managed, the CRC32 hash computation gives: CRC32 C++ to C# translation ```csharp using System.Runtime.InteropServices; namespace Native; public static class Crc32 { public static uint Compute(ReadOnlySpan input,...
I wrote 2 tests for `BOD - Bearing - Waypoint to Waypoint (tests needed)` and presumably fixed an error in BOD parsing, can I send the PR for review?
From the first results I could find with a quick DuckDuckGo for "nmea gpgll", both Trimble (don't know them) and Arduino (I know them!) are using double precision in their...
> For Trimble they mention `mm,mmmm (0-7 digits)` for lat/long, so f32 should be sufficient? Ahh right, they mention `mm.mmmm` in the field meanings, but I referred myself to their...
I had the same problem and fixed it by following and adapting the instructions on [the README.md](https://docs.rs/crate/sdl2/0.22.0/source/README.md) of the SDL2 bindings crate: > 1. Download mingw development libraries from http://www.libsdl.org/...