Colin GILLE

Results 7 comments of Colin GILLE

Dropping support for old versions of NodeJS will probably help getting new contributors, as no one wants to support older version of NodeJS with legacy ecma script features. Seeing that...

This is normal, `\` is used as an escape character for quotes. For example: ``` mysql> SELECT "hello \"\"" AS msg; +------------------------------+ | msg | +------------------------------+ | hello "" |...

Ok, I didn't know that. Indeed, it seems to be bad MySQL implementation of the SQL standard. Though, I thought that each backend was specific to a database, as one...

Thanks for your response @JesusPaz . That's interesting for docker builds / install scripts that runs regularly, but for dev machines, it still requires to manually run the `_current` script...

> I just want clarify one thing: putting a secret in the URL is **never** acceptable. Every proxy layer, access log system, and tracing implementation will store those in plain...

@wesleytodd, do you mean this comment? > We can land this in 2.0 since folks reach into these layer parameters currently. I don't really see a way to clean the...

> No I meant all the unrelated stuff like swapping !== checks to === checks and stuff that doesn't have anything to do with the change you are proposing. I...