Yan Zhitao

Results 7 comments of Yan Zhitao

这个项目也不能使用了 ``` { "result": { "error": 302, "loc_time": "1500368213" } } ```

We can preview video intro of this version at https://youtu.be/0C2fvQXqODQ?t=1793

Hi @SethFalco, @boojack , I have written a initial version of set the chart theme: [commit](https://github.com/gooin/star-history/commit/e5060b8792c9ce64969fb08617c5cbfc90668cee), it works fine locally. But I have a little question here: - If user...

![image](https://user-images.githubusercontent.com/13775365/186397650-d618ec88-2d7d-437e-8a77-2a4dbe95e636.png) ![image](https://user-images.githubusercontent.com/13775365/186397551-b1eeb88e-d5d6-4539-a2a3-1471aecdab5c.png) ![image](https://user-images.githubusercontent.com/13775365/186397581-9d69f17b-984d-42b2-8707-0e1e8bfec065.png)

To circumvent this issue, I propose we reuse login information by utilizing GCClient.loadTokenByFile('/path/to/save/tokens') or GCClient.loadToken(oauth1, oauth2);. This approach should help us avoid unnecessary logins and the subsequent triggering of Garmin's...

我在用langgraph,一开始参照上面各位大佬的方案,直接写一个中间件调用 https://github.dev/JarvisPrestidge/koa-event-stream/ 的sse.ts 但是有问题,`graph.streamEvents `接收的参数结束完了才会统一发event,流不起来。最后结合上面各位大佬的方法和上面的repo综合了一下,搞定了,希望能给后面遇到坑的小伙伴们参考。 `stream.middlewate.ts` ```ts import { IMiddleware } from '@midwayjs/core'; import { Middleware } from '@midwayjs/decorator'; import { Context, NextFunction } from '@midwayjs/koa'; class SSE { ctx:...

@czy88840616 收到,期待pr合并到主版本后使用官方方案,谢谢大佬!