cerna

Results 125 comments of cerna

Given the problem outlined in machinekit/machinekit-cnc#39 and #113 is so far solved, it's time to finish this one also. If the pattern system should be implemented (I am currently playing...

OK, if you are doing this I will let you to it as I consider competing as counterproductive and never really enjoyed programming contests. > There are lots of places...

@machinekoder The problem is a combination of smaller problems: - The current inconsistent way of naming Machinetalk looks pretty ugly when you look at it in any service discovery tool....

@luminize >I have made a component some time ago that encodes pins in a sample protobuf message, and puts that message in a record of a ringbuffer. That ringbuffer you...

**Just to register a token:** I was thinking about hacking into V2 the support for multi-flavor function hooks. The idea is similar to current `mk-single-module` for when the call (like...

Starting to realize this idea, I came up to a problem that the sheer numbers represent: - There are **over two hundred** managed HAL components (_and2v2_, _limit3v2_ etc) - There...

>I'd like to see commands to reproduce this. Commands to reproduce _what_ exactly? The Ubuntu Bionic build? That is in [my branch](https://github.com/cerna/machinekit-hal/tree/pr-299-rebase) ([Actions](https://github.com/cerna/machinekit-hal/actions/runs/222668895)). I am going to open the _pull...

Machinekit-HAL currently has an old `clang-format`. However, I have no idea on which version of clang-format it is based and it is not explicit. This version is explicit (no **base**...

Pull request #375 implements the basic `pre-commit` configuration and instrumentation on which the rest of the work should be laid on. Mainly, the Github Actions workflow which will check that...

> There is a possible complication with parts that are fed into an RTAI kernel module that are in demand of a more ancient formatting style Actually, this is not...