lyj

Results 33 issues of lyj

**Describe the solution you'd like** An option to use gitui in readonly mode Disable some shortcuts Prevent me from making some operation accidentally, for example, `git stash pop`

feature-request

Make mdcat work in ratatui Hacks every `writeln`, collect every line in a vector, and then write to screen one by one ``` cargo run --example fast cargo run --example...

``` find . -type f -ctime -48h find: invalid argument `-48h' to `-ctime' ```

``` find --version find (GNU findutils) 4.9.0 ``` ``` find . -type f -ctime -48h find: invalid argument `-48h' to `-ctime' ``` ``` find . -type f -Btime -2 find:...

sshfatal defined in fatal.c

can we count unit test code line in go and rust source file ?

``` koka --compile /usr/local/share/koka/v3.1.0/lib/samples/basic/fibonacci.kk load : std/core load : std/core/types load : std/core/undiv load : std/core/vector load : std/core/unsafe load : std/core/exn load : std/core/order load : std/core/hnd load :...

fixed-on-dev