Bruno

Results 7 issues of Bruno

Hello, We have configured the module to connect to our mailbox server. Below is the code we use to connect: ```php use Ddeboer\Imap\Server; $flags = '/imap/notls/novalidate-cert'; $server = new Server('url','143',$flags);...

Added some utility functions in nodejs to format and manage dates!

Hello, I'm trying to render a pdf in a NextJS project. I created a client component inside a page and I have the starting code to show the PDF. I'm...

### Issue you'd like to raise. Hello, I'm running the following configuration: ``` const chat = new ChatOpenAI({ modelName: 'gpt-4-vision-preview', streaming: true, maxTokens: 1024, }).withConfig({ runName: 'VisionChain' }); const message...

bug

Issue documented here https://discord.com/channels/983865673656705025/1146065148302348288 To summarise, the issue is linked to the static generation step of the Next webite. If an api route or page uses a Config.parameter, the build...

Hello I'm currently developing a function to extract an image of the first page of a pdf. I get the source pdf from s3 and upload the result to s3...