Matthias Keckl

Results 11 issues of Matthias Keckl

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

feature request

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

feature request

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue I...

documentation

First draft for a new `fastify-cli` command called `install`. This command can be used for any existing Fastify project to browse and install Fastify core plugins. Usage is as follows:...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

https://github.com/tj/commander.js/blob/83c3f4e391754d2f80b179acc4bccc2d4d0c863d/lib/command.js#L511-L527 The passed `action` function `fn` receives the current command as `this` context in line 523. However, this context is missing in the current typings. https://github.com/tj/commander.js/blob/83c3f4e391754d2f80b179acc4bccc2d4d0c863d/typings/index.d.ts#L525 Happy to provide a...

enhancement
pending release

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

First implementation to fix #98

This PR aims to discuss this idea. I have 2 motivations for the restructuring: * Previously, the types used internally were not exported. I think it is much more convenient...

Removes duplicated sentence in `@tapjs/create-plugin` docs.