Douglas Wilson
Douglas Wilson
But shouldn't you always need to url encodure your password? What if your password is `pa%0foo` ?
Gotcha. What are we expecting the outcome of `mysql://foo:bar%fzo%25ab@localhost` to be? I know you said that encoding the `%` is not required unless there are two hex chars after it,...
Oh, interesting. I mean, we could maybe use both, with the WHATWG when available, otherwise the old. What is the URL that you are having trouble with, BTW? Usually it...
Good catch. We can fix the module to properly handle `null`, as it should be the same as just no database like otherwise. Sorry for that bug, it is an...
This kind of request comes from confusion on what an API actually is, i.m.o. An API would provide the data necessary to construct the CSV export, which would be constructed...
I think this is already there, maybe we just need to add the additional suggestion info on it? It is the badgeboard.
Hi, yes, it is a dance with the sec researchers, as they do want things to be secure, but also want cves under their name. And yes, if the response...
If you want credentials to work from any origin, this module you can set `origin: true` to reflect the origin instead of using `'*'` https://github.com/expressjs/cors?tab=readme-ov-file#configuration-options
For Express@5 is has some items ready to land in PRs that I think would make it Node.js 6 minimum (maybe 8? Idk). I'm still not so sure on just...
Historically we have not provided types in the module packages bc 1) almost none of the TC nor the what we would call project captains were interested in writing TypeScript...