Romeo

Results 16 comments of Romeo

Hi guys, I got it solved by adding an `await` in front of `addTracking`: ```javascript let newmsg = await pxlForEmails.addTracking(msg, {recipient: "[email protected]"}); var mailOptions = { from: '[email protected]', to: '[email protected]',...

I'm also getting this issue, is there any workaround or fix coming? I'm using Mongoose v6.1.4. Thanks

After some more digging, I found out that the error is thrown in `react-spring-bottom-sheet/src/hooks/useReady.tsx`. The `u` in `TypeError: u is not a function` refers to `updateReadyMap`. Does somebody have any...

Ok, after 3 days of smashing my head against any surface I could find, I finally understood that the issue is related to: - package.json having `"next": "^12.1.0",` and `"react-dom":...

Imagine you want to save a bunch of books from a library into a vector store and then ask questions (through LLMs) such as "Suggest books about topic X." In...

Thanks for looking into this and further improving it!

Hey @AdriandeCita, I ran into the same issue, and it's been a nightmare. Would you be available to fork it and maintain it together? Maybe in TypeScript and solidified

To be honest, this is blocking all my API and this is no good. Could you please help?

@stewones have you found a way around this? I'm building a TS project with Bun for Lambda in 'esm' and for target platform 'node', all looks good except: ``` file:///Users/user/Development/.../packages/lambda-processor/dist/index.js:758712...

@jacoblee93 Hey Jacob 👋🏼 any chance this can get solved? PromptTemplates can't really be substituted if used with OpenAI's function calling, correct?