vivodi

Results 43 issues of vivodi

## 您的功能请求是否与问题有关? 请描述一下。 目前要下载最新的 PT-Plugin-Plus 必须去 GitHub Actions 中下载,这对不熟悉本项目的用户是很不友好的。一般人下载都是去release里面找。另外,不是从扩展商店下载的扩展会在更新后被移除,且不能自动更新。所以可以将Nightly版本单独上架Microsoft Edge扩展中心,方便使用。 ## 描述你想要的解决方案 在目前的`dev-build.yml`这一Action中加入发布至release (注明是Nightly版本)的任务,并且发布至Microsoft Edge外接程序平台 (将Nightly版本单独上架Microsoft Edge扩展中心) ## 描述您考虑过的替代方案 未考虑 ## 其他附加信息 没了

enhancement

请移除 https://hub.docker.com/r/madwind/flexget 页面上 docker compose 参数中的 `version`,根据 https://docs.docker.com/reference/compose-file/version-and-name/ ,`version` 已过时。继续使用 `version` 没有意义,同时运行时会有警告提示。

dicmusic存在cookie过期过快的问题,修改为使用密码登录。

**Description:** Currently, if the selected Python version is not in the GitHub-hosted runners' tool cache, it needs to be downloaded. (This is described in [advanced usage](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#python)) I would like `setup-python`...

feature request

The link [highlight.js demo page](http://softwaremaniacs.org/media/soft/highlight/test.html) in GitHub Wiki [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code-and-syntax-highlighting) is dead.

**Describe the bug** The coverage for the commit in a PR was successfully uploaded to Codecov via GitHub Actions, and the commit along with its coverage is visible in the...

support
codecov/codecov-action

According to the README, the `env_vars` input is described as: > Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON) However, after uploading coverage reports with `env_vars` set,...

bug
codecov/codecov-action

Integrates the `typos` spell checker into our pre-commit configuration (`.pre-commit-config.yaml`). This will automatically scan staged files for spelling errors before a commit is created, providing immediate feedback to developers. This...