Christian Weichel

Results 59 comments of Christian Weichel

Mita's function convention is to have a `void*` pointer for void functions. The signature `Retcode_T bar(void) {}` violates this convention and thus cannot be called in checked style. This is...

There is a third option (which in my mind is the preferable one): to have an event loop which supports event handlers which can return retcodes. It does not necessarily...

@wegendt-bosch could you elaborate a bit more on the use-case/motivation?

@wegendt-bosch could you provide an example (i.e. test-case)?

would it make sense to add a `default` argument to the signal? E.g. ``` setup bluetooth : BLE { deviceName = "XDK_BLE"; advertisingInterval = 2000; var yellow = bool_characteristic(0x0001, default=true);...

Is there a way we could make the shell script go away entirely, and instead make it part of the installer (without incurring a hard KOTS dependency)? Motivation: - Go...

The `await-port` code is very old. When it was written the port exposure did take some time because of DNS and the use Kubernetes services. None of those things plays...

Excellent idea - but we really don't have time for this right now. We'll want to revisit workspace cluster selection once we make a decision on multi-meta.

> I don't think we want to implement and maintain custom code that measures latency, caches it, and acts upon this data. > > If possible, it would be much...