JeffJiang
JeffJiang
@MinJieLiu 因为 graphql-tools 最近又改了 api,2.19.0 里面是使用的 directiveResolvers 。 使用 Directive 来做鉴权是没有问题的,但是 graphql-tools 应该只支持对 Field 来做拦截。 https://github.com/apollographql/graphql-tools/blob/48b4c12100b0d517f596a47d830afc77bfe471f9/src/schemaGenerator.ts#L697-L715 这段代码可以看出来是给有 Directive 的 field 加了一个 resolver 做了拦截。 所以对于 type Post @isLoggedIn 应该需要吧 @isLoggedIn 放到...
@jtyjty99999 https://github.com/eggjs/egg-graphql/blob/master/app/middleware/graphql.js#L28 这里有个问题,不应该用 return 这样会导致后面的中间件不执行,比如 csrf 等。应该换成 await,有空也一起改一下吧
I think `NaN` value should be handled as `undefined`.
的确有这个问题,node版本 5.10.0 6.0.0 都试过 只能自己写了这个方法
html5自带的视频标签就可以 发自我的 Windows Phone --- 发件人: Shin 发送时间: 2013/9/5 21:15 收件人: AlloyTeam/webtop 主题: [webtop] 请问如何支持flash呢? (#3) 由于项目需要,需要支持mp4播放和 m3u8或者flv的直播,目前只能是用flash实现,不知道webtop可以支持不? --- Reply to this email directly or view it on GitHub: https://github.com/AlloyTeam/webtop/issues/3
@ianthpun @yzqzy I have solved this issue. The reason for this error is that the `cloudflare` command forces the standalone mode of the `next build` to be enabled when it...
@xia02 最新的代码中已修复,更新代码后执行 `uv sync`
看一下 python 的服务,应该是有错误或者与大模型的请求被提前中断了
Could you provide which model you are using?
@Jeffrey9130 @zhangfan-algo 可以看一下 network 里面是什么错误么? 或者发一下 ragflow 的配置