Robin Mueller
Robin Mueller
Hello, I recently released our own CCSDS and ECSS packet protocol implementation crate: https://github.com/us-irs/spacepackets-rs The feature set is still quite basic but I already used the ECSS PUS Telemetry and...
I can actually reproduce this by opening nvim in a subfolder of the workspace you linked. It's probably the same issue. Core dump: ``` data/workspace/with_integration_tests on main is 📦...
It's interesting to know that this only occurs on Linux. I might poke around a bit more. Are you interested in some other specific information or do you have some...
I tried to trace this in neotest, but I am a little lost now.. It's a lot of code, and I am not sure where to look because this is...
Any updates on this?
Any chance this could get checked and possibly merged? I'd love to use the upstream again :)
Any updates on this?
I added the `#[inline]` attributes
Any chance this could get checked and possibly merged? I'd love to use the upstream again :)
I tried this with C code ```c #include #include #include "cobs.h" static constexpr size_t SIZE = 254; int main(int, char**) { uint8_t destination[SIZE * 2] = {}; uint8_t src[SIZE]; std::memset(src,...