Soichiro Miki

Results 14 issues of Soichiro Miki

Currently, when article titles (rendered as ``) or headings (`` and so forth) include Latin characters, their cases are preserved or not preserved depending on the translators' preference (e.g., `Ref...

help wanted

Now that the main contents of [New React Docs](https://beta.reactjs.org/) are mostly stable, translators can start translating many articles. There are a few tasks to complete before we can start a...

beta

HOCのドキュメントの読みづらいと感じた部分を微修正しました

ISO-2022-JP からの変換をしようとしているのですが、jconvがどうも `ESC ( J` つまり `01/11 02/08 04/10` つまり `0x1b 0x28 0x4a` のエスケープシーケンスを全く認識していないように思われ、文字化けが生じています。 文字コードは専門ではないので間違っていたら申し訳ないのですが、[ここ][jwp]の表3や[ここ][ewp]や[ここ][wdic]にはこのシーケンスが定義されており、まあざっくり `ESC ( B` の「ASCIIに戻る」と同じように扱っても大きな問題はないような気がしています。 該当行は https://github.com/narirou/jconv/blob/master/jconv.js#L1067 など辺りになります。よろしくお願いします。 [jwp]: https://ja.wikipedia.org/wiki/ISO/IEC_2022#7%E3%83%93%E3%83%83%E3%83%88%E7%AC%A6%E5%8F%B7%E3%81%AB%E3%82%88%E3%82%8B%E3%83%9E%E3%83%AB%E3%83%81%E3%83%90%E3%82%A4%E3%83%88%E7%94%A8%E3%81%AE%E3%82%AD%E3%83%A3%E3%83%A9%E3%82%AF%E3%82%BF%E3%82%BB%E3%83%83%E3%83%88 [ewp]: https://en.wikipedia.org/wiki/ISO/IEC_2022#ISO/IEC_2022_character_sets [wdic]: https://www.wdic.org/w/WDIC/ISO-2022-JP [dicom]: http://dicom.nema.org/dicom/2013/output/chtml/part05/sect_H.3.html#sect_H.3.2

### Steps - [ ] Allow raw bigint values as input (`new MultiRange([[555n, 999n]])`) - [ ] Add an option to parse strings as bigint ```js new MultiRange('999999999999999999', { bigInt:...

:sparkles:enh

Add a link to export any binary data (including Pixel Data (7FE0,0010)) to a file, so that one can use hexdump or a similar tool to investigate its contents.

enhancement

https://code.visualstudio.com/updates/v1_56#_define-whether-your-extension-supports-a-virtual-workspace

This PR adds navigation from the main site (`react.dev`) to the individual language sites (`.react.dev`). It also provides instructions on how to contribute to the translation efforts. [This file](https://github.com/reactjs/translations.react.dev/blob/main/langs/langs.json) will...

CLA Signed

Recently an article called "Your UI as a Tree" has been added, introducing a new concept called "render tree". However, the React docs have been using a similar term, "UI...

`*このタイプの強調*` は `` に変換されますが、日本語には本来イタリックの概念がないため、以下のような問題が生じています。 - タイポグラフィ・デザインの観点から言えばよろしくない - フォント設定や環境によってはイタリックはそもそも表示されない - 表示されたとしても隣の文字と干渉するなど汚いし、気付かれづらい というわけで、`` 内に日本語文字が含まれていた場合は `` などに変換し、その場合はイタリックではなく太字を適用する、という処理が必要です。以前は #94 のように Gatzby プラグインで処理していますが、新サイトでどうするか調べるところからやる必要があります。

workflow