Djordje Nedic
Djordje Nedic
Added documentation for the feature.
Thanks for the contribution! One issue with adding a `Clear()` method like this is that it is not thread safe. We can solve this by either: 1. Adding a note...
I would preffer for the PR to stay open for a while to have time to perhaps get comments from more users, and for me to think about this some...
Hello @gmottajr , thank you for the offer, I would be glad to get any help! I have already prepared some drafts for the Bipartite Buffer, so you might want...
Hello @Pirulax , thanks for the interest, the tests are unit tests and they only test the correctness of the logic, not thread safety. I've been meaning to make thread...
After https://github.com/DNedic/lockfree/pull/15, there are only MPMC data structures lacking multi-threaded tests, however I am not sure how we would be able to test the correct order of element placements in...
Seconding this issue, I have installed `pymavlink` and all its required dependencies in a venv, and tried running that command using the venv python and am encountering the same problem....
Interesting, this looks like the target is not ready to receive data, and the USB CDC ACM driver returns something other than a timeout error. The reason it works with...
In the meantime, you could check out the [ESP-IDF SD Card Examples](https://github.com/espressif/esp-idf/tree/master/examples/storage/sd_card) for inspiration.
First off, I do think a HAL with an universal API is a good idea, but it should not attempt to wrap everything in my opinion. Some things can be...