Custom definitions should be passed to children processes. Loading them from disk is a bad idea because definitions may diverge if the source files are changed while the application is running. (copied from https://github.com/UAVCAN/pyuavcan/issues/36)
Custom definitions should be passed to children processes.
Loading them from disk is a bad idea because definitions may diverge if the source files are changed while the application is running.
(copied from OpenCyphal/pycyphal#36)