Pavel Kirienko
Pavel Kirienko
@serges147 Here's the refined proposal that incorporates everything discussed above. Amend the definition of `IRunnable` as shown below. We use this returned error instance if a non-transient error occurs (i.e.,...
Done in #361
Please check back in a month
New installation instructions would be like: ```bash pip install yakut echo "export CYPHAL_PATH='$HOME/.cyphal'" >> ~/.bashrc mkdir ~/.cyphal wget https://github.com/OpenCyphal/public_regulated_data_types/archive/refs/heads/master.zip unzip master.zip -d ~/.cyphal mv -f ~/.cyphal/public_regulated_data_types*/* ~/.cyphal ```
The user guide doesn't mention this command since https://github.com/OpenCyphal/yakut/pull/77 due to its pending removal. A related task is the removal of `--path`/`YAKUT_PATH` which should be done in the same changeset;...
This is mostly implemented in a separate ad-hoc script: https://forum.opencyphal.org/t/postmortem-dump-analyzer-tool/2184 Now we need to simply clean it up a little and move into a new Yakut command (named `trace` per...
I guess we could give it a try. How long does it take for an AppImage to launch? Doesn't it involve unpacking the resources beforehand? If yes, does it add...
I don't understand the numbers. Are you saying that running `yakut` takes 0.651 s while `yakut.AppImage` takes 0.273 s, over twice less?
Okay. I think this is not entirely unreasonable, and those who care may always resort to the proper installation instead. Considering that the maintenance cost is negligible (just a single...
Please also fix the failed test affected by this change