2024-05-08 ありがとう 🍣
体調は昨日よりずいぶん良い。定例の dependabot 対応。特に面白い更新はなし。
Google Docs API で文字を挿入したときに index が妙にズレると思ったら、 UTF-16 の code unit で数えていた。きちんとドキュメントに書いてあった。
https://developers.google.com/docs/api/reference/rest/v1/documents#structuralelement
The zero-based start index of this structural element, in UTF-16 code units.
てっきり Unicode の文字数で数えていると勘違いして Rust の String の .chars().count() で数えていたのだけど、 🍣 などでズレたことで気づいた。
ありがとう 🍣 。
今日のコミット。
- serde-firestore-value 2 commits
- bbna 2 commits
- genuuid 3 commits
- genpi 3 commits
- cloud-storage-signature 2 commits
- google-docs-api-types 1 commit
- firestore-structured-query 2 commits
- firestore-path 2 commits