Edouard Maleix

Results 77 comments of Edouard Maleix

I just encountered a similar issue when trying to import in Typescript a module exported with `module.exports = TheModule`. Since `TheModule` (in that case, `ClinicBubbleprof` from `@clinic/bubbleprof`) has no type...

Did you try to use the `preConnect` option ? You could maybe do your DB checks here and call the callback once done ?

Hi @madepriambhada, I am not certain that I got what you are asking for ( don't want to be rude, but maybe you can use a good translation app ?...

> @getlarge It should be, if you're willing to open a PR to do this fix that would be very much appreciated! Yes I will give it a try.

> > @getlarge It should be, if you're willing to open a PR to do this fix that would be very much appreciated! > > Yes I will give it...

@Coly010 It looks like part of the issue was already fixed by #22355.

One potential blocker: Nestia does not provide decorators for `TypedMessagePattern` and `TypedEventPattern`; an [issue](https://github.com/samchon/nestia/issues/433) has already been created. I might consider creating custom decorators following recipes for [TypedRoute](https://github.com/samchon/nestia/blob/master/packages/core/src/decorators/TypedRoute.ts) => [TypedBody](https://github.com/samchon/nestia/blob/master/packages/core/src/decorators/TypedBody.ts)

depends on #19 to use [opentelemetry-instrumentation-bullmq](https://github.com/jenniferplusplus/opentelemetry-instrumentation-bullmq)

@motdotla I would be up for the task. I suggest - using a TS declaration file for ease of distribution - import the type definitions with JSDoc in the `lib/main.js`...