Daniel Moon

Results 6 comments of Daniel Moon

> @kk-o Can you please start again from scratch by cloning the repo, applying the changes and running the commands I've mentioned [earlier](https://github.com/DesignRevision/shards-dashboard-react/issues/7#issuecomment-489729292) and see if the issue persists? >...

> Sounds like an installation error to me: maybe this will help? [#236 (comment)](https://github.com/openai/gpt-2/issues/236#issue-581076387) Awesome, this fixed the issue :) ``` python3 -m pip install tensorflow==1.13.1 python3 -m pip install...

Try updating the run file from `python3 cli.py` to `python3.9 cli.py`. This resolved the issue for me.

omi backend is calling below endpoint: ``` RAPID_API_HOST=https://rapidapi.com/alexanderxbx/api/twitter-api45 ``` https://github.com/BasedHardware/omi/pull/2202#issuecomment-2832903026

Some thoughts - we first need to capture audio streams from both 1) microphone and 2) system audio in macOS. No need for opus encoding here - we can send...

I had claude code spawn subagents to handle a divide & conquer task, each subagent with a folder to write their results to. Claude reported that task was successfully finished,...