Pavel Kirienko

Results 239 comments of Pavel Kirienko

**EDIT:** please wait for this to be merged: https://github.com/OpenCyphal/yakut/pull/120

Okay please merge the main branch into yours and you should get a working CI again. Sorry for the turmoil, keeping this up takes some effort.

Progress callbacks in FileClient2 would be a welcome addition!

PyCyphal v1.23.0 should go live in about 40 min

This may potentially affect the ABI compatibility so I'm postponing this until v3.0

This won't work in practical networks because you wouldn't be able to tell if it's two transmitted frames one one received frame. This is why we have separate RX/TX LEDs...

1. We can make it so that environment variables override all entries in the database during initialization, like the following but executed for all records in the db during construction:...

Superseded by https://github.com/OpenCyphal/pycyphal/issues/351

As we just found out at the call, the following is valid: ```c++ #include class rtti{}; class derived : rtti::rtti::rtti::rtti {}; int main() { derived d; std::cout

I was trying to build it on my laptop last night which has GCC 11, which produced this warning. This is a known issue; in another codebase we have this:...