cole-dda

Results 13 issues of cole-dda

``` async with aiomysql.create_pool(autocommit=False) as pool: async with pool.connect() as conn: conn.autocommit(True) ``` When next resue connection,the connection maybe autocommit=True,but pool settings is autocommit=False。 fix: ``` def release(conn): conn.autocommit= init_autocommit...

enhancement

sush as: serve dist access use prefix "/app1" http://www.a.com/app1/index.html

提问时请尽可能提供如下信息: pip 21.3 会自动Backtracking,当使用最新的tensorflow2.7的时候,需要keras2.7 而bert4keras限制如下 是否可以去掉这个限制? 导致pip安装容易冲突

当调用:hr, app = rpc.getWpsApplication() 失败的时候,wps进程不会被自动杀死。 所以,如果因为某些原因无法成功执行上面的操作,系统就会存在越来越多的wps进程,但是因为app==None,所以 调用者无法释放。

support

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: ubuntu18.04,python3.8 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: paddleocr 2.6.1.0 paddlepaddle-gpu 2.3.2.post111 - 运行指令/Command Code: paddleocr --image_dir local/a/images --type...

### System Information opencv-contrib-python-headless 4.6.0.66 Operating System / Platform: mac 12.6.2 Python Version: 3.9 - 3.11 ### Detailed description [1] 45704 segmentation fault ### Steps to reproduce ```python def test(file:str):...

bug
category: ximgproc

when pdf include emoji,such as:😄 unicode=0x1f604 when use ms word to generate pdf the unicode include space https://pdfium.googlesource.com/pdfium/+/refs/heads/main/core/fpdfapi/font/cpdf_tounicodemap.cpp when space is break,so get unicode=0xd83d but right is =[d8,3d,de,04], then [d8,3d,de,04].decode('utf-16-be')...

现在python3.12已经为主流,可以提供对应的wheel吗?

**Describe the bug** 在ubuntu 22.04,arm64 下,安装后,运行总是: (rpcwpsapi.so: undefined symbol: __aarch64_ldadd4_acq_rel) 在ubuntu 20.04,arm64下正常。 **To Reproduce** 在ubuntu 22.04,arm64下执行 pip install pywpsrpc 然后: from pywpsrpc.rpcwpsapi import createWpsRpcInstance **Expected behavior** 正常没有错误 **Screenshots** If applicable,...

bug

在arm64的机器上需要编译且需要准备环境,而且编译也非常的慢,是否可以官方提供一个arm64的包?

help wanted