Wes Todd

Results 397 comments of Wes Todd

Hi @abdoolly, Thanks for the detailed and well reasoned request. While I can see your reasoning, I think that what you are asking for is not the domain of Express...

I am not sure about this, if the code still passes is there a reason to drop all of the targets? Obviously we will convert to using some new features...

@q4w56 We don't currently use async functions in express core. So I guess my point is that testing express core against these older versions doesn't hurt until we introduce an...

Hey, sorry to resurrect the off-topic conversation, but the express generator right now is an issue IMO. It is just totally old, full of cruft, and promoting bad practice. I...

Even if they are, I would consider that behavior a bug not a feature. If they want to have a string value of `false` they should be using `--tag="false"` IMO.

> with npm i antd@conch, i also want save it with conch tag. I think there are two modes of operation here, and I would like to see both continued...

> What is your use case where you need to depend on the tag, but can’t depend on a semver range based on what it resolves to? Automated prereleases for...

And to be clear, I do not think it is a best practice to do `*` or `latest` or any dist tag in a production app or library. But again,...

I think this is a real issue, and our current constraints have led to some great and some really awful things. If we make it more powerful we run the...

Not that I like this line of thought, but to toss out another complicated option: - `Array`: run in series - `Object`: run in parallel where the names are headings...