uncle-lv
uncle-lv
`errors` should be `dict[str, list[str]]` in [marshmallow](https://github.com/marshmallow-code/marshmallow/blob/af79a44d3e5453af447cb50d2e345fad0c418738/src/marshmallow/schema.py#L839). But when union fields raise errors, [marshmallow_dataclass](https://github.com/lovasoa/marshmallow_dataclass/blob/d6396c18470582a4fe5f0f2bd29ac012da4f0f1f/marshmallow_dataclass/union_field.py#L80) adds the error objects into `errors` directly. The error message generated by marshmallow_dataclass will be `List[TypeCheckError...
`GlobalDict`的`DEFAULT_JAVA_TYPE_LIST`中有两个`java.lang.Character`
是**做**在小黑屋里 → 是**坐**在小黑屋里
**WIP!!!** Completed: - Single upload file. - remove unused import. TODO: - [ ] Multiple upload files. - [ ] File Validators. fixes #701 . Checklist: - [ ] Add...
## Problem overview There are two problems about cookie parameters sent with OpenAPI page. - Cookies is not sent actually when clicking `Try it out`. - Curl command will only...
126页 4.8.1节Raft算法系统模型原文描述: > 服务器可能宕机、停止运行,过段时间再恢复,但**不存在非拜占庭故障**,即节点的行为是非恶意的,不会篡改数据。 是否应该修改为:**不存在拜占庭故障**。 拜占庭故障(Byzantine fault):指在分布式系统中,某些节点可能会故意发送错误信息或表现出不可靠行为的情况。 非拜占庭故障(Non-Byzantine Fault):指在分布式系统中,节点出现故障但其行为是可预测和诚实的。 参考资料链接: https://en.wikipedia.org/wiki/Byzantine_fault https://en.wikipedia.org/wiki/Raft_(algorithm)