Kan-Ru Chen
Kan-Ru Chen
Rename the binary to match the canonical implementation `ksuid` without `-cli` suffix. Provide `-h | --help` switch to display the help message. Document the `-n` shortcut for `--count`.
Update to latest release. Better performance as a side effect. Before: running 2 tests test tests::bench_gen ... bench: 159 ns/iter (+/- 3) test tests::bench_gen_lock_rng ... bench: 155 ns/iter (+/- 2)...
AsciiExt trait is deprecated since rust 1.26 in favor of inherent methods of the primitive types.
Currently our API and internal function aren't very consistent about the return value. Whether should non-zero result be success or error? We should define the SUCCESS and ERROR symbol instead...
Currently we call high-level API like chewing_handle_CtrlNum in other high-level APIs. This means if we change the high-level API implementation would also affect the other high-level user. We should create...
Currently state transition is handled by each function which is error prone. The idea is to define two functions, getState() and setState() to handle the state transition like English Mode...
Steps to reproduce 1. Go to https://buildbot.flathub.org/#/ 2. Click "Login with Github" on top right corner Expected Login and has permission to build/publish package Actually ``` internal error - see...
quotechar is not allowed to be empty after [Python 3.11](https://docs.python.org/3.11/library/csv.html#csv.Dialect.quotechar) quoting is already QUOTE_NONE so quotechar is not relevant and can be safely ignored.