Published onApril 15, 2025Mongodb 新增字段查询时默认值处理gotchamongodb由于字段 isActive 是后续添加, 即便默认为 true , 数据库中已有记录并没有改字段, 如果使用 query={isActive: true} , mongodb将会显式比较 isActive: true 的数据
Published onApril 15, 2025Git提交被撤销, 再次提交新变动无法应用 | git - merge - revert - merge | git format-patchgotchagit当提交(pull request)被撤销(revert), 之后再次提交, 会无法显示变更
Published onNovember 19, 2024Fabric 序列化数据库时正常, 反序列化失败gotchafabric如果正在画图, 则生成的 Path.fill=null 未经处理就会被保存进数据库
Published onNovember 18, 2024useCallback 执行异步操作gotchareactuseCallback does not inherently guarantee completion; it just memoizes the function
Published onNovember 14, 2024fabric 添加 Textbox 无法使用setActiveObjectgotchafabric调用栈显示某个颜色没设置, 打印object发现`stroke:null`, 添加后不再报错