Results 6 comments of Mike Rosack

I'm having problems using the library as well... `import { ClassLogger } from "rich-logger-decorator";` gives me the error **Cannot find module 'rich-logger-decorator'** on compilation, and `import { ClassLogger } from...

Sure, here's a fresh angular cli project where i just try to add ClassLogger and it doesn't work. I think you need to compile your module to commonjs so it'll...

I can confirm this has been happening to me as well since the merge.

I'm just pinging /health every 60 seconds. I've been getting around it by adding a retry, it never fails on the retry.

For me, I'm trying to convert my v1 codebase to v2, and if set was called before type checks this would help me a lot in refactoring my code to...