zqkou

Results 14 comments of zqkou

I tried with: Person.query.filter({'first_name' : 'John'}).remove_all() But get following error message: TypeError: remove_all() takes at least 2 arguments (1 given) What am I missing here? Thanks!

More information got: I compared the group replication related global variables with or without PV configured, there are some different: With PV: group_replication_bootstrap_group: ON group_replication_group_seeds: Without PV: group_replication_bootstrap_group: OFF group_replication_group_seeds:...

Hi @prydie, Thank you! I have tried single primary with almost the same error result. This is the yaml I used: ------------------------- apiVersion: mysql.oracle.com/v1alpha1 kind: Cluster metadata: name: mysql-sp-cluster namespace:...

@prydie Thanks for replying. No I don't think there is any issue with storage. As I mentioned above (twice), when PV is configured, the MySQL startup configuration is changed, which...

> Does this only occur for `resolution=10`? Or also for higher/standard resolutions? Thanks for looking into this issue. I set resolution to 10 for the purpose of reasonable size of...

> Thanks for the extra information. `pdfplumber` delegates image generation to `pypdfium2`, so the only control we have over the rendering is the keyword arguments we pass to `pdfium_page.render`: >...

> PDFs may depend on system fonts if not embedded. Then for the PDF to render correctly it is important that these be installed. Sometimes fonts may be missing on...

``` tts = TTSExecutor() tts(text="你好我的名字是Peter,你好", output="output.wav", am='fastspeech2_mix', lang='mix') ``` 遇到同样错误

I installed g++, but still get error: ``` Using pip 23.2 from /usr/local/lib/python3.9/site-packages/pip (python 3.9) Collecting chatglm-cpp Using cached chatglm-cpp-0.2.0.tar.gz (2.5 MB) Running command pip subprocess to install build dependencies...

Changing OS to ubuntu:22.04, get different error when pip install: ``` # pip3 install -v chatglm-cpp Using pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10) Collecting chatglm-cpp Using cached chatglm-cpp-0.2.0.tar.gz (2.5 MB)...