Soroush
Soroush
Also, it is not good that we already have a service name, which makes the new `name` and `serviceName` fields that I have added here and there a little confusing....
The way I have decided to go about this was to follow the TypeORM nestjs module. TypeORM creates the connections via the `forRoot` as we do now and then uses...
Not to mention that with neither this implementaion, or the one you proposed, we can offer the ability to join a queue in multiple exchanges. It might be useful to...
I have looked into possible ways to get the providers defined in the parent module to allow for scoped configuration and routing for `forFeature`. `ModuleRef` and `ModulesContainer` sound promising but...
This is the best approach that I can think of to the configuration of this module: * `RMQModule` is used for routing, discovery, and connection management and is exported once...
@AlariCode I was checking the nestjs issues the other day and stumbled on this: https://docs.nestjs.com/microservices/custom-transport which allows this library to be fully integrated into the already established nestjs microservice library....
well, it is not perfect, but it should cover most of the added features provided by this library. I have accidentally stumbled upon this when we had to convert our...
Hey, I am the developer of the [HeliosDisplayManagement](https://github.com/falahati/HeliosDisplayManagement) project and I was going to add the `SetDeviceGammaRamp()` function to my [WindowsDisplayAPI](https://github.com/falahati/WindowsDisplayAPI) library and since it is hard for users to...
NVCP does use `GetDeviceGammaRamp()` in my tests as well. Try using `SetDeviceGammaRamp()` to override it and see if it resets the NVCP settings applied on your monitor. Sometimes native methods...
Oh yeah, I see the source of confusion. The thing is, you can't get the raw values from the gamma ramp. So NVCP keeps these data in the registry. But...