Roman

Results 39 comments of Roman

+1 on having this fixed

@kkoomen thanks a lot, I just tried and it worked for me!

I can not repro issue following steps from README.md Make sure file is still in place or just make a clean repo clone ``` git clone https://github.com/r7vme/learning-to-drive-in-a-day cd learning-to-drive-in-a-day docker...

@singh-arulraj linker-based wrapping this is what I use ``` #include #include #include "fff.h" DEFINE_FFF_GLOBALS; extern "C" { FAKE_VALUE_FUNC(void *, __wrap_malloc, size_t); } int main(int argc, char **argv) { void* m...

I also came across similar issue. My root cause was that default style used by plugin is `google` (`g:clang_format#code_style`) instead of LLVM system-wide. So to switch to file: 1. `clang-format...

In our case we were hit by this issue after rebooting cluster nodes one by one (with multiple attached NVME disks), so after that almost all nodes had errors about...

There is also param `` , which allows to skip configuration. This allows node to start from first try, but i seems uses default config (from device), which is not...

@MichaelOrlov should we reopen this issue or create a new one for addressing issues that pybind11-stubgen found? ``` pybind11_stubgen - [ ERROR] In rosbag2_py._reader.SequentialCompressionReader : Invalid expression 'rosbag2_storage::TopicMetadata' pybind11_stubgen -...

@MichaelOrlov I just copy pasted output from the above. We did not break anyting yet :) In any case, I think we can try to address those issues.

Can we reopen this issue?