Marc J. Schmidt
Marc J. Schmidt
@NinjaKinshasa I agree. Having to deal with `type` from ReceiveType here is cumbersome. I've improved it in https://github.com/deepkit/deepkit-framework/commit/4d24c8b33197e163ba75eb9483349d269502dc76 and now it's possible to have something like ```typescript async function query(sql:...
What do you mean with observability tools? Do you have some examples maybe. Are you referring to something like the Profiler? 
yes, we have `@deepkit/stopwatch` which was designed for this purpose (generting metrics + send them, but currently targeted at the profiler(. not finalised yet to send the metrics to external...
thanks @lionelhorn !
did you enable reflection in tsconfig and installed @deepkit/type-compiler?
you have to enable reflection in tsconfig, see https://deepkit.io/documentation/runtime-types/getting-started
and how do you build and execute it?
what test framework
is the test framework using tsc? Use DEBUG=deepkit env variable to get more information
can't help like that must be an user error since we use jest as well and it works very well. I would make sure that ts-jest is used correctly, the...