Yuval Karmi

Results 5 issues of 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...

feature request