Drey

Results 7 comments of Drey

Hey Robert, I echo those sentiments, very odd. Thank you for looking into it! *Drey Solano* STAFF Software Engineer technology WWW.RUSHMARKET.COM On Tue, Aug 2, 2022 at 1:22 PM Robert...

@iarna This package is being used in `@nuxtjs/netlify-files` to stringify the `netlify.toml` config, and it completely breaks things due to the addition of underscores for things like port numbers and...

I suppose a good question would be: what's the benefit of injecting the underscore as a thousands separator? Simply for improved readability? Seems like altering a value during conversion wouldn't...

@scriptcoded - All fair points. I went ahead and forked the `@nuxtjs/netlify-files` repo and applied a simple regex `replace` to the stringified TOML output. Quick and dirty, but works well...

@hylmar - I'm having this same issue. Did you find a solution?

@tinfoil-knight - the root of the issue for me was two-fold. In nuxt.config.js `server` config I had: 1. `host` set to `0.0.0.0` 2. `https` cert applied I completely removed the...