Results 16 comments of liuxueyang

Try ``` onedrive-d status onedrive-d stop onedrive-d start --debug ``` and see the log may help. ;-)

[python code to get hash5](https://en.gravatar.com/site/implement/images/python/)

@istib I encountered the same problem as @sjlevine . Sometimes the rainbow colors disappear when I edit source file. Besides, my source file is small, it is about 30 lines...

我也觉得这是一个问题,最终也找不到好的方法,所以我选择了使用inline_ascii……然后直接在Rime和系统输入法之间来回切换。。

@montanalow Do we need to refactor the `pgml.venv` in #1146 or create another separate PR?

@higuoxing I guess what he said is that we can keep `pgml.activate_venv()` as is for now. There is no need to remove the UDF now since it would be a...

使用 `--no-web` 选项,例如: ```shell danmu2ass --no-web sample.xml ```

The advantage of adding these GUCs for environment variables is that users can change the huggingface home and sentence-transformer cache path without restarting the Postgres.

If we don't need that, maybe we can simply initialize these two environments in PG_init (`orm::project::init`)

I've refactored the code to initialize the environment variables in `_PG_init` only once.