David Chanin

Results 121 comments of David Chanin

Thank you for working on this, the UI looks nicer than before. I'm inclined not to accept this PR though since this page is really just a way to manually...

Is the idea that you want to quiz the user on only a subset of the strokes in the character? I don't understand what the picture means. There's 1 stroke...

Is this a GFW issue? It looks like jsdelivr is blocked in China now? e.g. https://discourse.psychopy.org/t/cdn-jsdelivr-net-has-been-blocked-in-china-is-there-any-possible-change-the-source-of-css/29212 and https://discourse.psychopy.org/t/cdn-jsdelivr-net-has-been-blocked-in-china-is-there-any-possible-change-the-source-of-css/29212. If jsdelivr doesn't work, does unpkg work better in China? Or is...

What are you passing as `idx` here, and what's inputs? is `idx` 2?

Apologies for the slow reply. It seems like the issue is that using `model.generate()`, the initial index is whatever the length of the input is, but then as generate auto-regressively...

The best place to change it would be https://github.com/skishore/makemeahanzi, but it looks like that hasn't been updated in awhile, so if you want to make a pull request to https://github.com/chanind/hanzi-writer-data...

The character data comes from https://github.com/skishore/makemeahanzi, which is based on [Arphic PL KaitiM GB](https://packages.ubuntu.com/bionic/fonts-arphic-gkai00mp) and [Arphic PL UKai](https://packages.debian.org/sid/fonts-arphic-ukai). A copy of the Arphic license is [Here](https://raw.githubusercontent.com/chanind/hanzi-writer-data/master/ARPHICPL.TXT)

Does this only happen in Firefox mobile browser? Can you share a simple HTML structure where this happens? I tried putting a `transform: rotate(0.1turn);` on the target `div` where the...

You can only load 1 character at a time in a single writer, so you can't load "便宜" in one go, for instance. You would need to have either 2...

The problem is that latin characters loop back on themselves, and the way HanziWriter does animations currently it can't really handle this. I'm not sure about Tibetan but probably similar,...