Jackie McDoniel
Jackie McDoniel
There is this mention > In Nest, modules are singletons by default, and thus you can share the same instance of any provider between multiple modules effortlessly. [here in the...
What I've done for testing microservices, at least when it came to my OgmaInterceptor, is I created a client that would call off to my microservice server based on HTTP...
@BrunnerLivio @kamilmysliwiec about a year later, and it seems there is some want from the community around dark mode. What would we need to do to scope this out and...
I think this looks like a really cool package. I think we could at least open a PR for a new Recipe showing it off. If nothing else I'd love...
Not progress in the docs, but I do have [a sample in this repo](https://github.com/jmcdo29/testing-nestjs/tree/master/apps/cqrs-sample) that has a very basic CQRS test setup.
I think this is a pretty good idea. Mentioning the bare minimum packages that should be used, and the required configs on the `tsconfig` to make sure the decorators work....
I can't start you repo because I can't install `@ngx-tmp/bug-repo`. NPM says it is not found
That generally should be something that typescript is determining, and how `node` is running, not anything specific to Nest
I'm wondering if I'm missing something here. If I do something like this ```ts import { Module, NestModule, MiddlewareConsumer } from '@nestjs/common'; import { AppController } from './app.controller'; import {...
Another option would be a tool like astro (working on using it for my ogma documentation) and it can use Vue and react components during compilation while using the minimal...