na2hiro

Results 41 comments of na2hiro

要調査 - その他は伝統的に上手下手になっている? - ヘッダの"先手番" "後手番"を使う?

I also felt that `App` has a lot to manage, while working on the postfix overrun issue. I think this kind of giant state is typical in matured react apps:...

One way to address this is to not proceed when there are excess characters, that doesn't start with ` `, after the expected string. For example for word "French": 1....

The proposal looks good. Looking forward to it being merged. Thanks a lot for digging into this!

モバイルフレンドリーなv5の一機能として実装。 #104 詳しくは https://kifu-for-js.81.la/blog/2023/09/01/kifu-for-js-v5

必要であればリオープンする。

@joshuahigginson1 Thanks a lot, that works! I'd like to add one modification here to back up models. I mistakenly lost a >10GB model and had to download it again 😅...

That reduced version looks nice! I see, people should be informed about the potential loss. Some ideas with different emphasis on it: * Above the heading, show a banner saying...

That mockups look awesome! I wonder if you have saved the mockup code so I can base off of (especially style)

40c1768f2f1ba6766554bc92a496c6d573001535 にて - 盤上の駒を駒台に載せるメソッドcaptureByColor - 駒を反転あるいは裏返すメソッドflip - 手番を設定するメソッドsetTurn を定義.あとは駒箱の概念が必要か - 指定した駒を駒箱に入れるclear - 全ての駒を駒箱に入れるclearAll - 駒箱から駒を取り出すgenerate 駒箱は無限に駒を入れられるものとするのが簡単か