Area
Event intake workflow (GitHub Actions / scripts)
Browser and version
n/a
Operating system
n/a
Bug description
YAML interprets some as scientific notation floats. For example: 1e46977 becomes Infinity at parse time, irrecoverably destroying the original value and causing the build process to fail. See build fails on #48.
Proposed Fix
Quote uids at the YAML source level in all writers and existing files.
Steps to reproduce
n/a
Additional context
Will push a fix shortly
Would you like to work on this?
Yes, I'd like to help fix it