Lei

Results 16 comments of Lei

[接口](https://github.com/zce/douban-api-proxy) 是代理到豆瓣的官方 API,代理过程只是修改了 Referer(为了解决屏蔽小程序问题)、添加额外的 apiKey(为了部分特殊接口的访问)、支持 CORS,其余的都跟官方 API 没有区别。 [文档](https://github.com/zce/douban-api-docs) 是我从之前的 [网页历史博物馆](https://archive.org) 中整理出来的豆瓣 API 官方文档,只是修正了部分格式和明显的字面错误。 也就是说,对于官方 API 本身的问题,我并没有特殊处理(很多事情无能为力),其中包括(不限于): - 搜索接口无法调用问题 - 接口实际调用与文档不一致 - 接口限额问题,目前每个代理地址的限额是(10000/h) 特此说明。

Maybe it's necessary to present perfect error information.

Maybe it's necessary to present perfect error information.

I think it may be that jake needs a free advertising space, Just kidding :)

Should `theme.sizes` be applied to `flex-basis`?

I can obtain the correct type inference using `z. infer`. ![image](https://github.com/sachinraja/zod-to-ts/assets/6166576/b6a8b5cf-ca3d-4aef-aded-bd47cf4bf03f) I'm very sorry, I haven't had time to carefully read your project yet. I discovered this issue on my...

I also encountered related problems. Maybe zod can provide a warning mechanism. Sometimes I hope to return the parse results even if the issue is included. But now, as long...

> This would be better characterized as "context". I suppose `ctx.context` is a little weird but the term "metadata" will mean something different in Zod 4. I also think it...

I need to confirm the issue you mentioned first. Can you provide a replicated repo. @Nokel81