Viraj Jadhav
Viraj Jadhav
Love this idea, I can implement --pseudo in the compiler/CLI (simple accenting + optional lengthening/wrapping). Assign this to me if that’s alright and I’ll open a PR with tests &...
@icyJoseph I can fix this issue, could you assign it to me?
Hey @ajaykarthikr , This looks interesting, I'd love to take a closer look and work on a fix or reproduction enhancement. Could you please assign this issue to me if...
Hi maintainers 👋, This PR fixes issue #7976 (sidebar overflow in Firefox) by replacing the hardcoded width with a responsive Tailwind class. All checks have passed ✅ and CLA is...
Thanks for the clarification, @marcusvaltonen That makes a lot of sense, exposing the connections via a property or a WebRTCConnections handler definitely feels cleaner than the workaround in /outputs. The...
Updated as per feedback Reverted to the original structure and retained all comments Kept the scope minimal, only added the get_all_connections() helper inside Stream Removed extra endpoints and unrelated edits...
Hey @marcusvaltonen ! I’ve made the updates based on your feedback: Moved get_all_connections() out of __init__ Restored self.verbose, _ui, and _ui.launch Switched to the modern list[str] type hint Cleaned up...