Philippe Daouadi
Philippe Daouadi
When drawing Japanese characters, there is one correct order that you should learn, that's why kakugo ensures that you learn the correct one. As for the different handwritings, I take...
Yes, but even with that, it would imply work on kakugo to support having different writings for a single character.
> Again, my thing was more a correction rather than a variation with no intention of supporting multiple versions. Oh, I misunderstood then. If KanjiVG changes the drawings, it would...
Thanks for the suggestion! It would work for the kanas, but not for kanji and words where readings and meanings are more important. Also, as you said, you will spend...
Hi, Thank you for the feature request. However, I don't think I will be implementing that, I want to keep user data to a minimum since it's one of the...
I have a similar bug, I don't know if it's related, but with wrap enable, I can't use ctrl-u to go up when I want. Here's a reproduction: ```sh python3...
I think I found the reason: the wrong `editText()` was called because the wrong `customView` was used. `customView` can't be called like that because it refers to the `customView` property,...
You can set up the behavior manually like this: ```kotlin nestedScrollView {}.lparams(width = matchParent, height = matchParent) { val bottomSheetBehavior = BottomSheetBehavior() bottomSheetBehavior.peekHeight = 0 bottomSheetBehavior.isHideable = false // this...
I have tested this PR with the raws from my R7, it worked fine for me.
Great! Thank you!