Paul Bakker
Paul Bakker
Not sure why this PR went nowhere, but #1881 achieves the same, without having to use a parser to modify the module code AND will allow custom Compat Tables, like...
Closing this PR in favor of #1881 and yet to create follow-up PRS that offer a cleaner, more versatile approach
Ran into the same question and, since the answer is lacking, decided to put it to the test: ran 25k HTTP request through a Koa server (so only tested in...
afaik (not being a Tomcat expert here), the /conf/Catalina/localhost directory is for storing context.xml files, but as far as I found, it would be the administrator doing that BEFORE launching...
> It seems like you're adding try/catches in a number of places that didn't have them before; won't that mask errors in the test code we want caught? Prior to...
I see the pretest stage fails due to linting. For now I fixed it to the specific file that had warnings, but going forward what's the desired way? 1. Globally...
Is there anything I must do now to move this PR along?
> i would go with option 2; the default should be the safest thing. k, that's what I figured as well and thus what I already did :-) Just now...
@chicoxyzzy any chance you can review this one?
Would it be ok to update the min nodejs version to 14 or 18? Want to use parseArgs either natively (Node 18) or via @pkgjs/parseArgs (Node 14)