notaphplover
notaphplover
Hi @PodaruDragos I need to do some research, I'm almost new to the `inversify-express-utils` project
Hey @madmatah, `setErrorConfig` sets the handler to be executed as a fallback in case the request handler fails, consider using `@withMiddleware` instead. I tested it locally and worked like a...
Hey @madmatah , I see. being totally honest I thought when a middleware ends the request response cycle, the next middleware should not be invoked, but after having a look...
Hey @rsaz, is this related to https://github.com/inversify/inversify-express-utils/issues/255?
I see, should we fork the repo, merge the PR and publish it under another org? It's been a while since I opened the issue
Hey guys, ~~we are working on the future of the inversify http tools~~ we've built the future of the http tools in the monorepo. We deployed [docs](https://inversify.io/framework/) as well if...
> this looks really good to me, @notaphplover what do you think ? I need time to review this :). The idea is brilliant, I'll give my feedback once I...
Hey @alecgibson I've been analizying this with @rsaz for long time. We've been discussing pros and cons of this approach and which would be the logical enhancements once this strong...
Closing in favor of the plugin approach in the monorepo
As promised, a [library](https://www.npmjs.com/package/@inversifyjs/strongly-typed) has been published to provide this feature :tada:. I hope you enjoy it. Special thanks to @alecgibson who made this possible.