Steven Jeuris
Steven Jeuris
> However, internal anchor references still fail and currently thus still use the full path notation. With the latest version of JSON schema validator this now also works for internal...
Other than redeployment needing the last IDs, are you running into other issues?
After [an initial attempt at implementing this](https://github.com/cph-cachet/carp.core-kotlin/pull/308), and an internal dialogue at iMotions we have decided to postpone this after the 1.0.0 release.
A related problem arose recently. Ktor throws `NoTransformationFoundException` when it can't convert an incoming response to the expected type (since no transformation is registered). This extends from `UnsupportedOperationException`. The same...
I think the best will be to change the base class of `Trigger` to include a set of source devices. The helper methods which initialize the triggers remain the same....
@ltj What are the specific requirements for you in terms of naming? I noticed you used underscores, is this a hard requirement, or you would be okay with applying your...
This could in fact be specific to instances of sampling schemes. For example, while geolocation on a smart phone might pertain to a participant, it does not necessarily pertain to...
The `participantId` was omitted from data points when the data subsystem was added to carp core. However, currently, I am in the process of introducing "participant roles" to study protocols....
Any solution I can think of would not be a breaking change, but a feature in later versions (minor version bump). I think it makes sense to keep this on...
There was a bug related to this issue which has since been fixed in https://github.com/cph-cachet/carp.core-kotlin/commit/523ecc99eac9ffacd8485740aa0879da7dc2a202: > Furthermore, there is a bug in `StudyRuntimeStatus.getStatus()` in which a mutable list is passed...