Hao Zhang

Results 18 issues of Hao Zhang

I want to plot something like the following, loop between four circles ``` +---+ +---+ |{o}+--+{o}| +-+-+ +-+-+ | | +-+-+ +-+-+ |{o}+--+{o}| +---+ +---+ ``` But ditaa treat it...

Currently I have a function f, when I calculate it at point x, I can get a value and a noise scale for this single point. However, scikit-optimize requires all...

Enhancement

## Your Environment twine version is 4.0.1 (install from pip) python version is 3.10.5 (install by system package manager) linux (arch linux) ## The Issue I create a wheel file...

# ncurses版本不匹配 报错信息为 ``` Wine cannot find the ncurses library (libncurses.so.5). Cleaning up ``` arch用户表示系统里只有libncurses.so.6 现在为了暂时解决这个问题 可在appimage的同一个目录下新建 `libncurses.so.5` 内容为 ``` INPUT(-lncursesw) ``` 然后`LD_PRELOAD=./libncurses.so.5 ./TIM-x86_64.AppImage` 不过最后很好奇,为什么wine tim需要ncurses...

### 项目介绍 / Project Introduction [arch4edu](https://github.com/arch4edu/arch4edu) > Arch4edu 是面向高校用户推出的非官方软件仓库, 支持 Arch Linux 和 Arch Linux ARM, 主要包含高校用户常用的科研、教学及开发软件。 ### 上游地址及镜像方式 / Upstream location & mirror method rsync://arch4edu-upload.tuna.tsinghua.edu.cn/arch4edu/ ### 为什么希望添加该镜像 / Why...

new
needvote

when something like dimension is not correct, hptt exit(-1) directly, it is not good for debugging, it would be better if change them to throw error.

My screenfetch output is ``` /usr/bin/screenfetch:行1802: 2767982592-:语法错误: 需要操作数 (错误符号是 "-") ... ``` This is because screenfetch get the result from `free -b`, while when LANG=zh_CN.UTF-8, the result cannot be split...

hope markdown-js support several textarea 0.0 Thank you