Juri Solodenko
Juri Solodenko
> Hmm actually no, I did not find a way to do it as observer, only as a parameter, because I need a RHS parameter... Yep, that was what I...
relates to/duplicate of https://github.com/Open-Systems-Pharmacology/PK-Sim/issues/1616
This is not possible, because we can define **several alternatives** for a GFR process in compound, with different GFR fractions 
then it would be impossible to update/commit when changing the GFR fraction.
Closing. @PavelBal Please reopen if you still think this is something we should try to implement in the future.
> ok so we don't even know if this works lol 
Looking at the build log - it does not work yet. The reason seems to be that `$lastCommitDate = git log -1 --format=%ci` is called too early - **before** the...
To avoid nightly builds if there were no changes. Like here: the builds 12.0.39-12.0.42 produce the same result as 12.0.38 and just unnecessary entries in the appveyor history 
That's not directly a problem. But it makes difficult to navigate through the AppVeyor history (dozens of the builds belonging to the same commit), creates new builds e.g. after a...
@rwmcintosh This is fixed now with the GHA build, correct?