mikenlanggio

Results 4 issues of mikenlanggio

### Description @Type not working correctly while using a nested array ```ts class A{ } class B{ @Type(() => A) arrayOfArrayOfA : A[][] } ``` ### Expected behavior The ```arrayOfArrayOfA```...

type: fix
status: needs triage

Is any way to merge two children to the next step?

As my title. I know your lib store all Proxies into an array. How to clear all of them?

enhancement

### Describe your goal When the user type `/start`, I want to open my menu like this: `mainMenuMiddleware.replyToContext(context);` But I want to pass some parameters like this: `mainMenuMiddleware.replyToContext(context, parameterString);` And...

question