João Melo

Results 10 comments of João Melo

@emircanok , can you give us an example of how you're using your `ParseFilesPipe`?

This is how I'm handling multi-file uploads using NestJS: controller: ```ts @Public() @ApiCreatedResponse() @ApiBadRequestResponse() @ApiNotFoundResponse() @ApiTags('Clients', 'Client Booking Process') @UseInterceptors(AnyFilesInterceptor(), new FilesSizeInterceptor()) @Post(':formId/elements/:formElementId/upload') uploadImages( @Req() req: any, @Body() body: UploadImagesDto,...

> > This is how I'm handling multi-file uploads using NestJS: > > controller: > > ```ts > > @Public() > > @ApiCreatedResponse() > > @ApiBadRequestResponse() > > @ApiNotFoundResponse() >...

I'm still having this issue with Redis-based queues

Should it be working in TSX files?

Hey! I'm facing the same issue! Is there any update on this?

> Hey @joaopcm, since you were the last one to comment here, could you make a minimal reproduction repo of this? Hey, @gabrielmfern! Thank you for reminding me I left...

> Hey, I am also difficulty in using react-email components in nodejs server. Is it possible to import react-email components in **express** **sever** to send emails? Hey, @Nithishprem! I believe...

> Hey @joaopcm! > > Both links you provided redirect to a twitter (X) post that doesn't have any comments or solutions present. Were you able to find a solution...

Here's a closed PR implementing the Jira document loader → https://github.com/langchain-ai/langchainjs/pull/2460/files I'm not sure the reason the PR was not merged/continued, but it includes all the relevant pieces I used...