You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's rather unlikely to happen. Neither MongoDB nor Astronomy would do that
as long as you're not doing something extra. Amount of info you've provided
is not sufficient to tell.
You have to create reproduction repository. Without that it's hard to tell. When you will try to replicate this error on the smaller code base it will probably appear to be caused not by Astronomy but by something else
We have the same problem (as this one #575), both within our code:
return Gedmatches.insert({ kit1, kit2, totalCm, created, notSharing: true });
and when using MongoDb insert directly:
db.gedmatches.insert({ kit1: 'SyVRzmvn4f', kit2: 'Syfq7mD3Nz', created: new Date(), updatedAt: new Date(), totalCm: 7.32, HIR: 1 })
In both cases it changes the field value to
7
in the doc instead of 7.32There must be an easier way to allow floating point numbers!
Originally posted by @a4xrbj1 in https://github.com/jagi/meteor-astronomy/issue_comments#issuecomment-437563068
The text was updated successfully, but these errors were encountered: