coanor
coanor
[*] fix bug on sleeping read: during the sleeping 10ms, some ctrl+x input will chaos the input line. Bug: #213
## Expected Behavior Working as Windows native command line(`cmd` or `powershell`) ## Current Behavior and Steps to Reproduce Compile the first example on README, and run the EXE under `mintty...
on `python -m custom_serialization`, throw: ImportError: cannot import name DefaultSerializer when run `quickstart.py` and `clients/curl.sh`: { "validation_errors": "Could not determine specific validation errors" }
I'm building my app on Mac, with `GOOS=windows` and `GOARCH=amd64`. When running the app on Windows(build `19041.746`), I got the error: ```golang import ( ui "github.com/gizak/termui/v3" ) if err :=...
**Is your feature request related to a problem? Please describe.** Sometimes we have to upload large-text-file(such as large-HTTP-response/large-logging) to questions. If we put these text within qustion description, it makes...
**Is your feature request related to a problem? Please describe.** Our questions have multiple topics(such as web-side-usage/app-side-usage/agent-side-usage), each topic's default template are different, like github's issue page, while people select...
Even simple GRANT: GRANT SELECT ON db2.`xx` TO 'jeffrey'@'localhost'; -- error: syntax error at position 6 near 'grant' or LOCK: lock tables T1 read; -- error: syntax error at position...