kylin

Results 33 comments of kylin

Now tauri has achieved linux windows mac iOS/iPadOS Android which is a great feat. It is planned to bind the python backend and put it on the agenda. I hope...

我刚刚翻看作者的 code 应该只是支持 windows

This is ok ``` class User(Model): username: str = Field(index=True) created: datetime = Field(default=datetime.now) modified: datetime = Field(default=datetime.now) ```

hi, I've seen this before, it's not easy to customize, that is, it's the same as the flet gui menu. ``` tray_icon = pystray.Icon( name="Test", icon=tray_image, title="Flet in tray", menu=pystray.Menu(...

1. 我希望这个是可以选择的,我们运行爬虫项目不是很多,几十个,在安装一个数据库很麻烦。 2. 引入分布式也可以解决这个问题。青龙用 ts 写的我不清楚有什么框架,如果 python 可以选择 ray 需要修改的代码很少,几乎无缝接入。

Since my project is very important for other countries to deploy this time zone, we need to unify the time zone For example, the project in Singapore is mainly based...

This project is very effective, is it dead?

I support, At present, I am developing a project using celery in docker swarm and always lose tasks inexplicably. The code logic is to call the shell terminal to run...

> did you try `rq-scheduler` ? I have tried it,If there is me in rq, I don't need to open two command lines。