Results 68 comments of Rebecca Turner

That seems pretty reasonable to me. I'd prefer to avoid config options: Let's go with it as the new default. One special note: If the date is currently UTC, then...

(I've been away from Github for a while for medical reasons, I'm not really back per se, but today's a good day.) So the actual eval is safe, but you...

Couple of choices: One would be to literally just clone that repo and see if it can pass its tests. That's probably a bit heavy hand tho. =D Looks like...

That sounds fantastic! The util-inspect bits are used by the debugging parser which is only used when debugging changes to the parser code itself. (It prints traces of the parse.)...

The only thing that makes me feel icky about the change to 4 is that the following: ``` TOML.stringify(TOML.parse('a = [ 1.1, 2 ]'`)) === 'a = [ 1.1, 2.0...

At this time, comments are not supported. The biggest limitation is just figuring out how this would be represented. It would be useful for someone interested to spend some time...

@scriptcoded Probably both, certainly if it can do the first, then the second should be straightforward.

Unpopular opinion: Because a version of node is unmaintained doesn't mean modules shouldn't support them. Second unpopular opinion: I avoid ESM whenever possible. That said: 11 and 13 should _definitely_...

If you could phrase this as a PR? =D (If you're not up to this, I'll do it myself, but it'll get in faster this way. XD) As far as...

Thanks for finding this, I'll have to invest in better (read: actual) argument parsing there.