Steven Jeuris
Steven Jeuris
After some analysis, indicating a device was deployed successfully seems too different a use case from simply updating the latest client status. One is part of the 'setup/deployment' workflow, the...
Seems like relevant changes might be coming up in a new kotlinx.serialization release, but I haven't look at it in detail yet: https://github.com/Kotlin/kotlinx.serialization/issues/608
Basic work for this was started on https://github.com/cph-cachet/carp.core-kotlin/tree/immutability-detekt
This is now integrated on develop (https://github.com/cph-cachet/carp.core-kotlin/pull/149), but still needs testing/documentation for use by extending libraries.
Or should we simply use Flow? https://kotlinlang.org/docs/reference/coroutines/flow.html
Once we implement eventing, we should also consider redirecting events from lower-level components to high-level ones. For example, `StudyProtocol` right now is composed by several underlying components, including `ParticipantDataConfiguration`. One...
> This applies generally to any method that accepts a parameter by ref. We just ran into the same issue. This rule does not take the `ref` keyword into account....
> Related to #2245. @elgonzo Yes and no. (I actually read this issue before posting.) Yes, in the responses the OP seems to basically suggest the desired behavior I outline...
> More risky could be when DeviceRegistration would be used to connect to third-party services, such as Google Fit, to retrieve sensor data. From this, I currently conclude that the...
The same happens for `dokkaGeneratePublicationHtml`, which I suspect is not a surprise, but thought was worth mentioning. I am upgrading from Dokka 1.9.20 to 2.0.0 and was using the following...