shouldsee

Results 48 comments of shouldsee

I am using `flask-sqlalchemy==2.4.3` and the code to set database needs fixing... Seemingly this is a bug from flask_sqlalchemy ```python self._sa.apply_driver_hacks(self._app, sa_url, options) File "/root/miniconda3/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", line 914, in apply_driver_hacks sa_url.database...

similarly patched here for more informative error... ```python extras(help, version, argv, doc) matched, left, collected = pattern.fix().match(argv) if matched and left == []: # better error message if left? return...

+1, frontmatter元数据不应该用目前的headline来表示, 谁来写个pr测一下吧

> > 感谢分享项目!想请教一下,直接把这些文件夹拷到新机器的话,能确保消息记录迁移到新机器么? > > 你指的新机器是手机还是电脑? 华为harmonyOS或者安卓手机,拷贝覆盖com.tecent.mm,会不会跟imei起啥问题?

> 多谢,那这个加密目前是会随时更改么?还是说可以按照对应版本进行加密然后注入?

ephemeral 为 True时需要间隔一定时间向nacos发送心跳包 /beat 来避免被移除。