Keri Moyle

Results 32 comments of Keri Moyle

Hi @agarny I have only used ReferenceRule codes that were already in the enum list ... so it should be quite straightforward to generate the URL from those - we...

The reason that the find is not working is because the units are imported, so we can't test for equivalence. That's fine ... except that the pointers are identical, which...

I'm going to make a quick PR that adds a check by pointer *first* when a reference is passed. We can discuss it there once we know what else breaks...

The spec says: > Any element information item in the CellML namespace MAY contain an unprefixed attribute information item with local name id. This attribute information item SHALL be treated...

Is this issue still current? Running this model below doesn't generate an error about ids from the validator, and I can't figure out if it should or not? (see model...

Hmmm ... that would mean that calling `getMath()` and then `setMath()` would break it? Shouldn't calling `getMath()` just return the unadulterated string, rather than the one with the namespace added...

I've been going through how best to create nicely permanent bookmarks so that we can send users to a helpful URL based on the error code they get returned. I'd...

I think that the numbers are a whole lot more fragile so it's not equally likely! The example of resets recently is a good one. We added two sections, deleted...

The changes needed for this issue are already present in this repo: we're just waiting for https://github.com/cellml/cellml-specification/pull/346 to be merged before they will function properly.