Jasper

Results 10 comments of Jasper

Ok, I got it. l will see how to add workers to the affine repository.

Because adding a new pr(https://github.com/toeverything/AFFiNE/pull/3150), close this pr.

This is because of CORS. In the app client, this is easy to fix. In the web client, we need to proxy the image URL.

Thank you. It has been assigned to you. @NextThread

If we don't store the file type, we need to calculate the file type when reading the file, refer to the code https://github.com/toeverything/blocksuite/pull/3555/files So storing file types is a bit...

Found an issue, the token nonce should not be constant, it's very dangerous to do so.

The issue of API idempotence is mainly related to the following three APIs: /api/workspace POST /api/workspace/:id DELETE /workspace/:id/blob. PUT

I think the sub-doc sync and data upgrade may need consideration in future.