Haskely
Haskely
建议,支持直接手动输入起始终止时间,以达到精确剪辑的目的
This commit introduces a new 'completed' parameter to the 'track' function in order to support resumable progress. Now users can specify the starting point for progress, making it easier to...
**Issue Description:** I've noticed that when using the `track` function in `rich.progress`, there is no direct way to set the completed steps (`completed`), making it less convenient to implement resumable...
Same as https://github.com/vllm-project/vllm/issues/182#issuecomment-1627176207
Hi Lantern Team, I noticed your commitment to performance excellence in the README. However, a comparison on tembo.io (https://tembo.io/blog/postgres-vector-search-pgvector-and-lantern) suggests Lantern falls behind pgvector in certain metrics.  Could you...
### Problem description Hello, When I execute the following command: ``` pixi add --pypi --editable "agentenv @ ../../agentenv" ``` Pixi automatically updates the `pixi.toml` file with the following line: ```toml...
### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法找到这个功能 I have read the...
## Description When running `cz init` on Windows, the command fails with a UnicodeDecodeError due to the default file encoding being 'gbk' instead of 'utf-8'. ### Steps to Reproduce 1....