TGINSIGHT CHAT
ご注文はうさぎですか?
@order_usagi
Recent posts
Page 57 of 84 · 1,000 posts
Posted Mar 1
mx-space/core CI 挂了!!!! 查看原因:https://github.com/mx-space/core/actions/runs/22547610901/job/65312579116
Posted Mar 1
mx-space/core 发布了一个新版本 v10.1.3,前往查看: https://github.com/mx-space/core/releases/tag/v10.1.3
Posted Mar 1
mx-space/core CI 挂了!!!! 查看原因:https://github.com/mx-space/core/actions/runs/22547514801/job/65312327124
Posted Mar 1
Innei 向 mx-space/core 提交了一个更改 release: v10.1.3
Posted Mar 1
Innei 向 mx-space/core 提交了一个更改 feat(translation): add content fields to translation and controller services - Introduced `contentFormat` and `content` fields in the `AiTranslationService`, `PageController`, and `PostController` to enhance article translation capabilities. - Updated the `ArticleTranslationInput` interface to include new fields for better content handling. - Modified the translation logic to accommodate the new fields, ensuring consistent data processing across services. Signed-off-by: Innei <[email protected]>
Posted Mar 1
Innei 向 mx-space/core 提交了一个更改 feat(socket): optimize socket fetching and configuration - Reduced the requests timeout in RedisIoAdapter from 10s to 5s for improved responsiveness. - Added a new option to publish on specific response channels. - Implemented a soft timeout mechanism for socket fetching in WebEventsGateway, enhancing reliability and error handling. - Updated methods to fallback to local socket counts in case of fetch failures, improving robustness. Signed-off-by: Innei <[email protected]>
Posted Mar 1
gufei233 向 core 发布了一个 Issue「#2606 - ctx.broadcast(fn#*)` 在 v10.0.4+ 无法推送到 visitor websocket 前往处理:https://github.com/mx-space/core/issues/2606
Posted Mar 1
mx-space/core CI 挂了!!!! 查看原因:https://github.com/mx-space/core/actions/runs/22545819139/job/65308099050
Posted Mar 1
mx-space/core 发布了一个新版本 v10.1.2,前往查看: https://github.com/mx-space/core/releases/tag/v10.1.2
Posted Mar 1
Innei 向 mx-space/core 提交了一个更改 release: v10.1.2
Posted Mar 1
mx-space/core CI 挂了!!!! 查看原因:https://github.com/mx-space/core/actions/runs/22545005280/job/65306063413
Posted Mar 1
Innei 向 mx-space/core 提交了一个更改 feat(content): enhance content hashing for Lexical format - Introduced `canonicalizeLexicalContentForHash` and `normalizeLexicalValueForHash` functions to improve the hashing process for Lexical content, ensuring that changes to block IDs do not affect the hash. - Updated `computeContentHash` to utilize the new canonicalization methods, maintaining hash sensitivity for semantic text changes. - Added unit tests to verify the behavior of the new hashing logic, ensuring consistent handling of Lexical content variations. Signed-off-by: Innei <[email protected]>