Drey

Results 2 issues of Drey

@pi0 @treboryx - I am seeing issues with this chunk of code during Cypress testing and after a production build: ``` img.onload = () => { this.$refs.img.src = this.nMainSrc; this.placeholderLoaded...

See known issue here: https://github.com/iarna/iarna-toml/issues/34 In short, when parsing numeric values over 4 digits @iarna/toml `stringify` method is adding an underscore character as the thousands separator. Example: `4000` becomes `4_000`,...