skysky97
skysky97
After trying CycloneDDS for a few days, I had some questions about it. Please help. 1. Do we have a feature list for released version or master branch. The roadmap...
I wan't to use the local global installed prettier v3 and if I set prettier.resolveGlobalModules to true, it always asking for choose package manager. How to solve this?
Sorry I don't really understand the SAMPLE_LOST communication status. The DDS spec just says "A sample has been lost (never received)" . At first I thought it may be invoked...
Is it able to optimize fixed size arrays which its items are fixed-size structs? Currently the `dds_stream_check_optimize1` just skips this case. ``` struct Point { float x; float y; float...
A warning message is shown to user when executing command showBlameDoc in a shallow repo.
There is a issue posted in ros2 [tuning guid](https://docs.ros.org/en/humble/How-To-Guides/DDS-tuning.html). > Issue: Sending custom messages with large variable-sized arrays of non-primitive types causes high serialization/deserialization > overhead and CPU load. I...
Please describe the problem. vscode clangd extention reports clangd crash when index a large file, which has almost 45w+ lines. If it is not able for clangd to handle such...