David Heejong Park

Results 16 comments of David Heejong Park

I am also unable to do find_package(Catch2 REQUIRED) when Catch2 is installed via conan (catch2/2.13.7). Is this a bug or am i missing something?

Related to #2064 @MiguelCompany After spending some time, I found out that when I create `DataType` instance via `TypeObjectFactory::get_instance()::build_dynamic_Type()`, `is_key_defined_` in `DynamicType` (one of the `MemberDescriptor`'s field) is not set...

Thanks for the follow ups. I tried [bugfix/support-Key-annotation](https://github.com/eProsima/Fast-DDS/tree/bugfix/support-Key-annotation) but unfortunately I am still getting return code 11. I didn't look carefully into the changes but just tried rebuilt/run tests with...

@MiguelCompany, @richiware One question regarding `@Key`, the following code in `SubscriberHistory::lookup_instance` at line 672 ```cpp auto comp = [](const InstanceHandle_t& h, const std::pair& it) { return h < it.first; };...

AI generated list 😅: 1. Protocol Buffers (Protobuf) 2. MessagePack 3. HDF5 (Hierarchical Data Format) 4. CBOR (Concise Binary Object Representation) 5. Avro 6. BSON (Binary JSON) 7. FlatBuffers |...

I can try some of the options to find out potential candidates :)

Having same issue, vscode-cmake does not reflect updated `cacheVariables` values

After discussion, we agreed that we will drop a support on adding/removing simulators (models) and simplify libcosim code. But dynamic adding/removing connections dynamically can be useful (future work).

> > Getting the following error, is this expected? > > This error means that delocate do not find single arm64 binaries in your wheel. It suggests that your binaries...