Wes Todd

Results 397 comments of Wes Todd

Hey @Artoria2e5, I am not sure that the specification can add much value in this area. I think that a guide/faq could provide recommendations, but as there is now way...

I do think this description of `feat` is limited, but I think your above example has only one case not covered: dropping a feature. Changing is either a `fix` to...

I am not sure your distinction matters to semver, tooling, or users reading the message. I am also not sure what type of change you can make which is not...

I think this would be an interesting use for footers (maybe even some specific tokens like we have in the type). I know this means that the typical one-line git...

Yeah, `Component` is generic and "better" in some cases, but I think that it provides less guarantees about how to find the component in the repo. `Path` is very clear...

I think this is tricky, because technically a merge commit is any commit with more than one parent. I have edited a merge commit message and not kept the `Merge`...

Not sure if this helps address #2432, but figured I would link it up here in case it does.

Hey @BigFax, thanks for the contribution! While interesting, I think we had wanted to move away from the "magic strings". I think the feature you want seems great, so maybe...

This is a bit of an older issue, but I think an even better api would be something like: - `next.router()` - `next.route()` - `next.last()` If we move forward with...

@StuAtGit, maybe this will help you? https://github.com/wesleytodd/express-openapi/