Radu Costea

Results 4 issues of Radu Costea

Is there a way to also create a sqs queue?

enhancement

Hi, Is there a reason why a video id works but other don't? They are from the same playlist with the same permissions.

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used...

auto:bug

Found an issue with this regex `/^>*(.+\son.*at.*wrote:)$/m` That pattern is causing a catastrophic backtracking issue. The problem is with (.+\son.*at.*wrote:) - the nested .* quantifiers create exponential backtracking when they...