Marc J. Schmidt

Results 444 comments of 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? ![image](https://github.com/deepkit/deepkit-framework/assets/450980/97bb7d1a-6085-46e4-9bfb-ec27aed2bcad)

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...

you have to enable reflection in tsconfig, see https://deepkit.io/documentation/runtime-types/getting-started

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...