Chris Knoll

Results 131 comments of Chris Knoll

So the reason this was not included, is that we never know what denominator unit to use (per 100y, 1000y, 100,000 y?) So, IR is simply `cases / TAR` so...

So, I think this is desired behavior: the reason why we have the top-level filter on prevalence is that it leads to potentially 100k's of records being downloaded. When you...

Ok, in my use-case where the cohorts were empty, this runs without error now. Thank you.

@leeevans , couple things: Flyway doesn't have anything to do with CDM databases, it only manages the WebAPI schema. there was something strange the way the 'baseline' flyway parameter was...

Hi, @leeevans , I think I understand what you're doing about 'roling up very early WebAPI schema migration scripts and executes them', but I think I understand it to mean...

That's the trick: how do you script it so that it will launch webAPI, _wait for the migrations to finish_, then perform the insert? I think that was the challenge:...

If we want to get on a call to discuss this, I'd be happy to. I'm not quite sure the need for having a post-launch step to insert records (which...

So, I don't think this PR will be accepted because you're manipulating a dist output coming from babel transform. The underlying problem here is that the babel transform to UMD...

Understood, Thanks. I see it now, your addition of 'export saveAs' probably led to the change.