Ilaï Deutel
Ilaï Deutel
**What**: Add ilai-deutel/kibi to the "Who's using it?" page **Why**: **How**: **Checklist**: - [x] Documentation - [x] Ready to be merged - [x] Added myself to contributors table. [Bot Usage](https://allcontributors.org/docs/en/bot/installation#4-update-your-contributing-documentation)
Hello, I think that classes decorated with [`@type_check_only`](https://docs.python.org/3/library/typing.html#typing.type_check_only) should be allowed even if they are not present in the source file (since they are not available at runtime). Using them...
We currently run code coverage on Unix and MacOS platforms. We should support Windows as well.
Current test coverage is poor; add more unit tests Current code coverage: [](https://codecov.io/gh/ilai-deutel/kibi)
[Previous Travis CI Release Configuration](https://github.com/ilai-deutel/kibi/blob/3b10467fe70bf293420ca5dc34e2286462b7e384/.travis.yml)
Currently, tests fail on WASI, likely due to https://github.com/WebAssembly/WASI/issues/306: ```bash $ cargo wasi test running 9 tests test config::tests::ini_processing_error_propagation ... Error: failed to run main module `.../target/wasm32-wasi/debug/deps/kibi-0e014d2d22062c7e.wasm` Caused by: 0:...
The editor supports UTF-8 characters, but they are not accepted for prompts (search for a query that contains non-ASCII characters, enter a file name that contains non-ASCII characters).
A shortcut could be use to cut and paste lines. _(Suggested by @andradei in https://github.com/ilai-deutel/kibi/issues/8#issuecomment-598863368)_ This could be similar to `Ctrl-K` / `Ctrl-U` in [nano](https://www.nano-editor.org/).