Rateltalk

Results 7 issues of Rateltalk

1. RGB 转为 16进制,Exceljs不支持RGB颜色 ``` function colorHex (color) { // RGB颜色值的正则 var reg = /^(rgb|RGB)/; if (reg.test(color)) { var strHex = "#"; // 把RGB的3个数值变成数组 var colorArr = color.replace(/(?:\(|\)|rgb|RGB)*/g, "").split(","); //...

I am using mysql as a structured data source and sometimes the query does not understand exactly what the column means, resulting in an undesirable response, here is my code....

question

When I upgrade llama_index to v0.4.26, this error occurs: ``` Traceback (most recent call last): File "D:\www\llamaIndexDemo\sqlDemo.py", line 5, in from llama_index import GPTSQLStructStoreIndex, SQLDatabase File "D:\Program Files\Python\Python311\Lib\site-packages\llama_index\__init__.py", line 18,...

![image](https://github.com/PHPOffice/PHPWord/assets/15621520/61d79f5e-f020-4994-a5d7-4b46fb70846c) As shown above, when I read a word document, I can't get the serial number in front of the ListItemRun text block, e.g. 1,2,3 or one, two, three. Is...

现在也是通过state赋值给start和value,但是父组件修改state的start和value后,picker不会随之改变

比如在message中可以识别换行符\r\n或者

### 系统版本 docker mlikiowa/napcat-docker:latest ### QQNT 版本 最新 ### NapCat 版本 2.0.34 ### OneBot 客户端 最新 ### 发生了什么? 通过/get_file接口下载收到的群文件时,报错:Error: file not found ### 如何复现 请求: $client = new \GuzzleHttp\Client([ 'base_uri'...

bug