Matthias
Matthias
We are hosting a React single page app via AWS Amplify and need to serve crawlers (like Google search crawlers) a pre-rendered version of each page for SEO reasons. I...
I need to create 3d dashed line I got a demo working here that produces 2d meshes: https://codesandbox.io/s/confetti-forked-xsp9q?file=/src/index.js Any way to add a z-axis to add volume?
Thanks for sharing this library! Reading through the code it seems like that user code is run on the main thread, right? Any known issues or recommendations about Running it...
so I have this selector here footprint[uid="ca135f26-2b55-db63-7451-5a8effb2a19f"] > pad[uid="100a8763-0d5f-de60-23a5-00d74f3ecad7"] and oddly it returns a § as value for the right side attribute full response: ``` { "type": "complex", "combinator": ">",...
React-truncate seem to crash the app when using React v18 RC Is there any plans to support React 18?
See details here https://github.com/hwchase17/langchainjs/issues/986
I am using it like so ```js const model = new OpenAI({modelName: "gpt-3.5-turbo", temperature: 0, verbose: true}); const chatModel = new ChatOpenAI({modelName: "gpt-4", verbose: true}); const messageHistory = new ChatMessageHistory(messages);...
Just mostly copy pasted the one for OpenAI llm
Add option to pick the mermaid theme See https://mermaid.js.org/config/theming.html
Hi there, got any plans to support React v18? I noticed an error when using React Strict Mode e