aquariuslt
aquariuslt
sorry for late reply, `@PublishQueue`/`@PublishExchange`currently only pass first argument to the handling method. belows are my concern: - as producer handler, developer can customize produce options at `options` property in...
you can refer to `@Payload`, `@Header` in `spring-messaging` . T these decorators is design to be detected in `@PublishQueue/Exchange` and covert to runtime arguments. https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/messaging/handler/annotation/Payload.html
@z2014 lets discuss & setup milestone for next major version `react-weui` ?
@nushrivastava could you provide a reproduce repo? I can not local re-produce your error simply using latest `@nestjs/cli` generated application and modified default `app.module.ts` and `main.ts` like below. **app.module.ts** ```typescript...
Regardless of whether it's a workaround, manually merging this PR, or finding another better fix, the priority of this issue should be raised. Although the root cause lies in WSL2,...
closed since https://github.com/radix-ui/website/pull/795
please refer to [nestjs use external logger](https://docs.nestjs.com/techniques/logger#use-external-logger) NestApplicationContextOptions#bufferLogs ``` import { NestFactory } from '@nestjs/core'; import { AppModule } from './app.module'; import { Log4jsLogger } from "@nestx-log4js/core"; async function bootstrap()...