圈爷

Results 59 comments of 圈爷

Is that the 0Auth limitation reached? Cuz I found the gmail API requests is far less than the limitation.

Thanks, I'm using a custom mapping function to deals with the problem temporarily, but still want to discuss this issue. besides, the behaviors from redis mget and mongodb $in are...

Yes, the sql example is similar what i did now, but what I doubt is the necessity of length inspection, In GQL, if some field is missing , at least...

@thebigredgeek missing again in 1.9 plz reopen it

既然说到这儿, 我干脆建议下 在app最外层起码套一层 Errorboundary ( vue好多年不用了,但应该现在也是有的吧 ) 这样不至于 js 的错误会影响到后端的执行步骤, 或者最起码有一个全局的错误告知, 比较方便后续迭代

> > 既然说到这儿, 我干脆建议下 在app最外层起码套一层 Errorboundary ( vue好多年不用了,但应该现在也是有的吧 ) 这样不至于 js 的错误会影响到后端的执行步骤, 或者最起码有一个全局的错误告知, 比较方便后续迭代 > > 如果你会的话,你也可以来参与完善的 嗯 如果是 react/preact/solidjs 的我就直接改了, 现在实在不想再碰vue一挂的 🥲

https://github.com/allanpk716/ChineseSubFinder/blob/3a53f981f76f7c38b9765352c50a3b1d8df3ee97/frontend/src/pages/library/movies/ListItemMovie.vue#L92 https://github.com/allanpk716/ChineseSubFinder/blob/3a53f981f76f7c38b9765352c50a3b1d8df3ee97/frontend/src/pages/library/tvs/ListItemTV.vue#L47 这两个地方没有必要画蛇添足的加一个baseURL

https://github.com/allanpk716/ChineseSubFinder/blob/3a53f981f76f7c38b9765352c50a3b1d8df3ee97/frontend/src/config/index.js#L8 根儿在这

长话短说 > > 先给一招万能药, 省得我自己太啰嗦 js的静态资源服务代理一下后端递的资源, 这样管它后端资源在哪里, 前端访问的路径都是同 port的, 几行代码就搞定了 > > 目前其实是后端直接启的静态服务,不过docker里套个nginx也大致可行 不需要啊, nodejs 自己就能代理, 这种简单的 port forwarding, 几行就好, 反正你 vue html 也是有 server 的不是么 你随便搜个 proxy middleware, 插到...

先给一招万能药, 省得我自己太啰嗦 js的静态资源服务代理一下后端递的资源, 这样管它后端资源在哪里, 前端访问的路径都是同 port的, 几行代码就搞定了