Archie Zhang

Results 10 comments of Archie Zhang

I guess that would be a feature request, the backend, something similar to https://github.com/beeware/toga-chart Qt and Kivy etc. all have the matplotlib backend. @lmbelo

I made it for now using TImage, but a backend will be good for interactive mode. Here is my code: ``` Height = self.Image1.Height Width = self.Image1.Width fig, ax =...

Yes, that .pydfm could be changed to a .py file which contains just a string for TForm.LoadPropsFromString(TFrmTool_UI) to use: ``` TfrmTool_UI = """ object frmTool: TfrmTool Left = 0 Top...

Not fixed in the latest release.

This is the script I used: `DelphiFMX4Python\samples\ToDoList.py` And the Edit has no cursor when focused. I also tried this script: `DelphiFMX4Python\samples\ControlsDesktop\controlsdemo.py` It has the cursor, and the exit looks OK....

Another finding: If I add these two lines after "print('Exiting...')": ``` Application.Destroy() dir(Application) ``` The script can exit. What "dir(Application)" does to pull the application out of freezing?

> “发送信息过于频繁,可稍后再试" 才玩了几下,就这样了。怎么解?解冻微信号说不能自助解冻。

还好,过了段时间,用冻结的账号发了个消息,提示信息变成你的账号暂时无法使用聊天功能,轻触了解详情,点了解详情一步步再通过人脸识别就解冻了。 查看log发现可能导致账号冻结的原因,就是OpenAI试用的版本一分钟只能发三次gpt-turbo-3.5的请求,在使用$tool的时候插件似乎重复发送了好几个请求,导致错误:requests per min. Limit: 3 / min. Please try again in 20s. Contact us through our help center at help.openai.com if you continue to have issues. Please add a...

After clicking either button, the window becomes a blank page. Windows 10.

I have the same issue. My driver is :nvidia-driver-530 (530.41.03-0ubuntu0.20.04.2). 5.15.0-71-generic The demo video also shows "WARNING: lavapipe is not a conformant vulkan implementation, testing use only.", so it might...