Sven Trittler

Results 24 issues of Sven Trittler

### Add custom partitions I have to following mkosi file. ``` [Distribution] Distribution=ubuntu Release=focal [Output] KernelCommandLine: systemd.volatile=overlay ReadOnly=yes [Partitions] RootSize=8G SwapSize=1G ``` This creates an image which mounts root as...

RFE

**[Required]** Your device (RaspberryPi3, LaptopPC, or other device name): Laptop (MacBook Pro 15" Early 2013 **[Required]** Your device's CPU architecture (armv7l, x86_64, or other architecture name): x86_64 **[Required]** Your OS...

It would be awsome if the pull request notification would show source and destination branch of a new pullrequest. The BiBucket message contains this infomrations so it would be possible...

Hello, i dont know if the DDS-Standard provides a definition for the modern c++ api on how to get the DataRepresentationId. But different DDS-Vendors seems to have different ways like...

### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior `#include ` ### Current behavior Header not found ### Steps...

triage

### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior ``` dds::domain::DomainParticipant participant(0); dds::topic::Topic topic(participant, "HelloWorldData_Msg"); dds::pub::Publisher publisher(participant); dds::pub::DataWriter writer(publisher,...

triage

The python cyclonedds version is not up-to-date on pypi. https://pypi.org/project/cyclonedds/ still has 0.10.2, but the current version is 0.10.4.

Hi, i am trying to compile the current master 2024-02-01 but end up in a compile error. Using: CycloneDDS: `1c9bc19`, CycloneDDS-CXX: `e41e5c8` Code (my.cpp, with cyclone 0.10.4 this works, but...

Hi, i am trying to compile the current master 2024-02-01 but end up in a compile error. Using: CycloneDDS: `1c9bc19`, CycloneDDS-CXX: `e41e5c8` It is successful on vs2019, vs2022, gcc But...

Hey, with 0.10.3 the listener not connected problem is back. In my manually patched 0.10.2 with https://github.com/eclipse-cyclonedds/cyclonedds-cxx/commit/ad500aae7ecd771722d2b5396073e9f2c5b08a55 it does not occur. Just to make sure if i downloaded something wrong,...