Thomas Burgess
Thomas Burgess
+1 I am interested in an option to make headless mode false
Has there been any progress here, is Chokidar still the current solution?
So I'm not _sure_ this is the same issue, but we had an issue related to cookies not getting set properly and logging us out, and removing ``` request.cookies.set({ name,...
@koolerjaebee I have not encountered this myself, having only recently implemented this solution, but what you're saying is quite possible. I will try to circle back to this in the...
I am having the same error trying to incorporate the Live API into my pipeline. Here's the snippet in question: ``` gemini_config: LiveConnectConfigOrDict = LiveConnectConfig(response_modalities=[Modality.AUDIO, Modality.TEXT]) async with self.client.aio.live.connect(model=GEMINI_MODEL_NAME, config=gemini_config)...
Nevermind, the issue was trying to use both AUDIO and TEXT modalities. Apparently only AUDIO is supported at the moment.
also having this problem
hacked together what I wanted in a fork here https://github.com/ThomasBurgess2000/deepgram-go-sdk-with-extra-injection/blob/ba6f211be831bf51b282287aba895c7492ebe0b0/pkg/api/listen/v1/websocket/chan_router.go#L222 gets the extras from the first `message` response and then injects it into future `utteranceEnd` responses
We had the same issue on Render, builds were failing for exceeding 8GB, had to disable source maps.
I'm having the same issue with nativewind `^4.2.1` and reanimated `4.1.6`. I can fix it on web by adding this before all my imports: ``` cssInterop(Animated.View, { className: 'style' });...