Minjun Zhu

Results 9 comments of Minjun Zhu

Hi! @r-huijts To force the use of Apple’s Xcode toolchain clang on macOS, you can add a little “OS check” at the top of your build_whisper.sh that overrides CC/CXX to...

Hi @aidanbennettjones ! Can you try this: 1. Always Render the Top Bar with Share (Mobile & Desktop) Locate this section near the bottom of your return block: ``` ```...

Hi @psm-solution-group ! You can try prevent drag interactions on the clickable child element (IoCloseCircle) by: Adding e.stopPropagation() and e.preventDefault() in the onClick: ``` { e.stopPropagation(); // stop the drag...

Occupied by other code :) Feel free to take over!

Hi! @jeffchuber I tried to add this function in my PR. I've written several test cases, and it looks working well. Feel free to try it out, and if any...

Hi @ank00gup here is one possible solution: Try Proxy the assets from child to host. Set up a proxy in the host app (localhost:9000) to forward requests to the child...

Hi! @Psychpsyo I would like to submit a PR for this issue. The PR would be submitted soon.

Hi! @cht527 Here are several approaches you can try: 1. Disable Function Calling for Deepseek Completely: Since deepseek-reasoner does not support function calling, ensure that no function calling-related parameters are...

Hi! @elrefaie80 I think it is because RTL is not correctly supported. Can you try: Add RTL Support to HTML Output Modify the HTML output to include RTL attributes Add...