Ricky Zhuang
Ricky Zhuang
I've also been experiencing this problem, it is only when I go in "options" and click "save" that the counter gets back to work
I continue this in #3642 since I cannot push to @peter-michalski's fork.
Closing this PR now since work is continuing in #3642.
Adding a UID field to `DataDefinition` should also work. Computing the UID on the fly is just an alternative solution. I don't think this alone justifies making `uid` read-only, but...
Unfortunately I haven't been able to resolve all of these issues, but hopefully my work here is a step forward. I think the next step here is to investigate how...
I think this PR has a related goal, but is otherwise independent from my work with `purpose`. Prior to my work, `purpose` already existed in `SystemInformation`, but it was not...
It doesn't seem too difficult to bring this up to date. I think it's really a matter of do we want the "motivation", "scope", and "software review" in `SystemInformation` and...
The problem I've encountered has less to do with needing to sequence `State` actions differently in the source and the header, but rather that the one place where I would...
Yes, I think `listAccess` works this way for implementation reasons, it allows the `at` function (which I assume is supposed to operate on both lists and arrays) to be defined...
Do you mean L-values? L-value is a C++ term but I am borrowing it just to mean "something that can be read from and assigned to," which is universal across...