Bambooin
Bambooin
What happens when user clik `Skip` or `Prev` button when the Rime is setting up? I thought `Busy...` is show on the alert dialog, but it show on the button....
Fine, but `在忙...` is too confusion for user, do we have better words to tell user what's going on?
`BOOTING...` is short, but not good as `SETTING UP...`? Add `TODO` comment for todo list, many IDE support it?
No, you don't need remove rime folder `Reset`: Configuration -> Reset -> Selet all option
Can we borrow this project: https://github.com/TeamAmaze/AmazeFileManager It's will show UI for error of app, and user can report to Github or email to developer.
You can try the latest daily build, seem fix by #711
Yes, you are right, I have this issue in my local macOS with clang-format 18. In local homebrew, the clang-format is 18.1.2 right now. ``` $ brew info clang-format ==>...
@VishnuSanal Sorry, I missed the #3822 which is very similar to this one. This pull request only suppress one rule with `standard:max-line-length` in one file. Other standard rules are enabled...
@VishnuSanal We can use git blame ignore file to skip this commit. https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view For this pull request with **too much** change is not my git way too, we should keep...
All CI check and test passed except code static anylysis failed with too long function.