MinJae Kwon (Miti)

Results 36 issues of MinJae Kwon (Miti)

Need to support responsive page.

```go package main import ( "fmt" "github.com/sergi/go-diff/diffmatchpatch" ) const ( text1 = "package casec" text2 = "PackageCasec" ) func main() { dmp := diffmatchpatch.New() diffs := dmp.DiffMain(text1, text2, false) fmt.Println(dmp.DiffPrettyText(diffs))...

Support the tracing the executing code not using additional list/dictionary for tracing.

Add option to sorting command for viewing the sorting process step by step. There are 2 options of: 1. Auto processing using time sleep 2. Stepping by user's input (like...

It would be nice to support the table truncation feature.

[Python 3.8 support end](https://endoflife.date/python) 1 month ago. So, we updated the minimum required version to 3.9, which means it will no longer maintain backward compatibility with versions earlier than 3.9.