Kai Haase

Results 3 issues of Kai Haase

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

feature

The definition of printCommands in GluegunPrint interface is wrong: src/toolbox/print-types.ts ```typescript export interface GluegunPrint { ... printCommands(toolbox: GluegunToolbox): void; ... } ``` It should be: src/toolbox/print-types.ts ```typescript export interface GluegunPrint...

Hacktoberfest

**Describe the bug** `multer-gridfs-storage` uses the deprecated `@types/mongodb` package as a dependency. There are conflicts with the `mongodb` package in version >= 5: ``` node_modules/multer-gridfs-storage/node_modules/@types/mongodb/index.d.ts:58:74 - error TS2724: '"bson"' has...

bug