Results 8 issues of Tlntin

## 为啥要自己编译 - 因为官方包不支持ubuntu22.04(系统自带gcc版本与glibc版本太高) ```bash ImportError: /home/ubuntu/anaconda3/envs/paddle/lib/python3.9/site-packages/paddle/fluid/core_avx.so: undefined symbol: _dl_sym, version GLIBC_PRIVATE ``` - 参考链接:https://www.paddlepaddle.org.cn/documentation/docs/zh/install/compile/linux-compile.html - 原理,将利用conda安装gcc/glibc,不改系统环境的gcc/glibc,防止系统出现莫名其妙的bug。 ## 环境 - 自带python环境(其实没啥影响,只是展示一下) ```bash $ /usr/bin/python3 --version Python 3.10.4 ``` - cmake环境(建议版本装高一下,貌似要3.19以上)...

status/following-up
type/build

### bug描述 Describe the Bug ### 代码 ```python import paddle x1 = paddle.Tensor(np.arange(9).reshape(3, 3)) y1 = paddle.Tensor(np.arange(12).reshape(3, 4)) z = paddle.matmul(x1, y1) ``` ### 报错内容 ```bash NotFoundError: Operator matmul_v2 does...

status/following-up
type/feature-request

### bug描述 Describe the Bug ### 报错信息 ```bash Error Message Summary: ---------------------- NotFoundError: There are no kernels which are registered in the dist operator. [Hint: Expected kernels_iter != all_op_kernels.end(), but...

status/following-up
type/feature-request

When i click delete all, all data is erased. But, one time i just want to erase one data when i click "delete all". How about give secondary reminders, and...

feature request

主要优化了扫码那个配置,默认的我二维码我扫了总登录不上,我改了一下格式从png改成了jpg,然后加了白色边框,就可以扫码了。 定时器那个用的第三方包,写的那个while循环定时器感觉不太好用。 然后加入了停止时间配置。 目前只有命令行版,没有弄界面,有需要的,可以说一声,等我有空了再弄。 https://github.com/Tlntin/JdBuyer

类似chatGPT那样,一次输出一句话或者一个字,这样当机器人回复文字过长时,不需要那么长的等待时间。

enhancement