graphemecluster
graphemecluster
無論新版還是舊版也有這個標點符號換行(禁則処理)問題。刪除這行的一些 consequences 是: - 有多個推導方案時,會導致行與行之間的空隙消失。我試過很多純 CSS 方法也解決不了這個問題,也許最終只能我們只能以動態計算 line-height 的方式解決,但這又會導致沒有 ruby 的行空隙過大。 - 會導致 tooltip 的位置計算錯誤。不是 block 或 inline-block 時,`.getBoundingClientRect()` 並不會考慮 rt 的 dimension。traverse element 的所有 child 並計算 minimum bounding box...
看看有甚麼問題和幫我做個 performance test,謝謝~
- [x] ~指定某自訂選項是否可見~ - [x] 格式化推導結果(粗體斜體等) - [x] 適配 Qieyun.js 0.13 - [x] 用 tshet-uinh-deriver-tools - [ ] TypeScript 推導方案支援 - [x] Prettier, ESLint 導入 - [ ] 文章/推導結果分割顯示 -...
推導方案 → `/modules/____.html` 表達式 → `/modules/___.html` 資料 → `/modules/__.html` 適配分析體系 → `/modules/______.html` 音韻地位 → `/classes/____.html` 音韻地位.屬於→ `/classes/____.html#__-6`
### 変更履歴 - `height: 100vh` はスクリーンの高さとは限らないので代わりに `position: absolute` を使用 - 選択の際カーソルを `crosshair` にする - 選択長方形に残りの3つの制御点を追加 - 移動のときカーソルを `move` にする - 選択している筆画の中心線のみ表示するオプションを追加 - 幅が足りないところ(2ヶ所)を広げる - 設定画面のUIを改良 - 曲線の制御点の間に補助線を表示 - 翻訳の更新 -...
In README.md, you said > 'Timeout': Sets how many milliseconds to wait for a new frame until sending is considered to be stopped If rendering every frame this can be...
> "Cartesian equation type only supports straight lines. Cartesian equations for bezier curves are theoretically possible but not simple, and performance when plotted would be bad." After simplifying a quadratic...
Follow-up of #58295 This fixes issues like the `'}' expected` cases given at https://github.com/microsoft/TypeScript/issues/58275#issuecomment-2068174045.
Per https://github.com/microsoft/TypeScript/pull/55600#discussion_r1571313988, to not let `scanRegularExpressionWorker` affect the end position of the regex, I separated the logic for unterminated regexes out from the well-terminated ones. This should make moving `scanRegularExpressionWorker`...