Yuval Karmi
Yuval Karmi
I've gone ahead and made the necessary changes in across the board for this gem to work with MongoDB versions 3.4+, which have not been previously supported. I've also added...
Are there any events that auto updater sends that I can hook into? Something like `autoupdate.on('about-to-update', function(){ ... })`. **I'll explain the use case:** My electron app prevent the app...
Hey @amirhhashemi thanks so much for making this. For some reason, this isn't working on my custom components. For instance, I have this `Alert` node: ``` import { mergeAttributes, Node...
Following up on #971 about streaming LLM responses without function calls: I've added support for direct LLM output streaming. Instead of forcing the LLM to use function calls (which was...
### 🎤 Tell us your idea I've run into an issue with LLM function calling being unreliable for content streaming. Even state-of-the-art LLMs (like Anthropic's) are inconsistent - sometimes they...
This addresses #1167 - fixed the PR, sorry about that.
Hey @gilbarbara, First off, huge thanks for creating and maintaining `react-joyride` - it's an incredibly useful library! I wanted to report a potential issue I ran into while using the...
Hey @gilbarbara, First, thank you for creating this excellent library! I'd like to suggest an improvement to the documentation that would have saved me tons of troubleshooting time. ## Issue...