Jerry

Results 11 comments of Jerry

I have looked at the source code for a quite a while, and found this file (src/test/main.c) have airplay related test code in it, and it includes airplay.h, but there...

The handshake-test branch seems to be missing one line of code, which caused my iOS 12.2 can't find airplay server, I have made a pull request to it. And I'd...

I encountered the same issue, as described in this bug: https://github.com/2ndalpha/gasmask/issues/15, I have a combined hosts file activated which is combined with a local and remote file.

同样的写法使用原生react就不会卡顿,在使用taro 开发的版本上就会卡顿,至少证明这个问题是Taro 引入的,应该要解决掉才对吧?

> > 同样的写法使用原生react就不会卡顿,在使用taro 开发的版本上就会卡顿,至少证明这个问题是Taro 引入的,应该要解决掉才对吧? > > > > 所以你那边是遇到了一样的问题吗? 是的,一样的问题。

When will this feature be released?

@HiXiSi 想问下,你这个问题解决了吗?我最近遇到同样的问题。

我也解决了,好像是开机自启动时docker desktop要自动拉起WSL,但是WSL初始化有点慢导致某些docker容器启动失败了,后面开机后手动启动wsl,等一段时间再启动docker desktop好像就没问题了。

> ### The following code will help you scroll down but outside browser-use, it will use playwright instead: > Version: `0.1.47` OS: `Ubuntu` > > Make sure to modify how...

> You need to use the Google library from Langchain instead of OpenAI > > ``` > from langchain_google_genai import ChatGoogleGenerativeAI > > > llm = ChatGoogleGenerativeAI( > model="gemini-2.0-flash-exp", >...