Marcel Hild
Marcel Hild
Hey, thanks for looking and leaving your honest reply. The irony is, that this RBR community builds upon maintaining a discontinued racing simulator. Maybe supporting discontinued headsets is a good...
If I add a ``` await task.queue_frame(LLMFullResponseEndFrame()) ``` after the `TextFrame`, then it works 🤷
Yes, queueing the `LLMFullResponseEndFrame` worked for me. See https://github.com/b4mad/mds-moderator/blob/6f4b37453a6e978f4578feec2c28c714430937a1/participant.py#L85
awesome, thanks for all the great work on this project 😍
@GuusDb did you find a workaround for this issue?
## Root Cause Analysis I've done some investigation and found the exact cause of this issue. ### The Bug In `_runs_wrapper.py`, the `arun_stream` method has this logic (line 506-508): ```python...
my current workaround: https://github.com/durandom/dotfiles/commit/29c6a04db06fd1f09a4924541abbeb469ebfdc25 - a script to set the theme - hook into wezterms auth theme switching obviously heavily bound to macos and wezterm.
## Related Documentation ### Obsidian API Reference - [Workspace API](https://docs.obsidian.md/Reference/TypeScript+API/Workspace) - `getRightLeaf(split)` creates a new leaf inside the right sidebar ### Obsidian Mobile Changelog - [Obsidian 1.8.6 Mobile (Feb 12,...