Brian Yin

Results 5 issues of Brian Yin

I used your example code to import those files in Vue. But I got errors described by the title. I'm quite new to Vue and don't know if this issue...

如视频所示 ,如果两个checkbox并列一个row的话,当第二个column的checkbox toggle的时候,第一个反而会被toggle。 https://user-images.githubusercontent.com/57741529/154379603-b22ba4bd-18b4-4a2f-8f01-2586bcee8625.mp4 可以修复一下这个bug吗?另外我想请教一下如何通过改变dom里checkbox的state从而改变markdown本身,除了需要知道这个dom元素是由哪一个line render得来的之外还需要什么呢?

bug

Hi, just want to say that algo-viz is fantastic. However, I wonder if you could update the readme markdown? It seems currently several links are broken.

Add two new events for assistant: ```py @assistant.on("llm_started_streaming") def before_calling_llm(chat_ctx: ChatContext): pass @assistant.on("tts_started_streaming") def before_calling_tts(source: AsyncIterator[str] | str): pass ```

### Description This PR adds a new method `setAuthCallbackUrl` to the Auth0 context, allowing developers to manually set and process authentication callback URLs without relying on page reloads. The primary...