teqian

Results 3 issues of teqian

void slog_record(int level, const char *file, int line, const char *fmt, ...) { va_list args; char format[256] = {0}; char time_buf[64] = {0}; char log_buf[512] = {0}; ...... }

### Steps to reproduce 1.Just open a PDF file with watermark using Chinese font ### Expected behaviour Display Chinese watermark ### Actual behaviour Unable to display Display Chinese watermark on...

bug
1. to develop

# Get and build ta-lib function install-ta-lib() { # install numpy first $python -m pip install numpy==1.23.1 --index $pypi_index pushd /tmp wget https://pip.vnpy.com/colletion/ta-lib-0.6.3-src.tar.gz tar -xf ta-lib-0.6.3-src.tar.gz cd ta-lib ./configure --prefix=/usr/local...

help wanted