Jonson Petard

Results 51 issues of Jonson Petard

### 需求 / Requirement 目前的配置 patch 逻辑,以及内核管理过于复杂、杂糅 * 引入 pipeline,统一线程 dispatch state 来依次执行逻辑 * 每一时间只有一个 pipeline 能执行,用于管理配置的生命周期,比如说 patch、切换等都需要跑一遍 pipeline * 修改当前实验性的 state manager 为 mvcc 的。pipeline 内部使用 mvcc,确保 pipeline patch...

T: Feature
C: Backend

### 需求 / Requirement 支持“不使用镜像”进行检测程序更新、以及内核更新 后续支持自定义镜像进行更新内核(或许包括本体?) ### 建议实现 / Suggested implements x ### 备注 / Addition details x ### Clash Nyanpasu 版本号 / Clash Nyanpasu x ### 是否为 Pre-release /...

T: Feature

* such as `std::ops::Range`, `std::ops::RangeFull`

enhancement

As JavaScript SDK did, they provide a params called `hint`, which we can modify some scoped content, such as attachments. In current state, we had no way to configure the...

Feature
SDK parity
area: core
Rust

**Is your feature request related to a problem? Please describe.** From axum 0.8, they have introduced a trait, which can directly pass to `serve` fn: * https://docs.rs/axum/latest/axum/serve/trait.Listener.html * They have...

enhancement

Support dump json schema for downstream crates

This is pr is intented to keep the same behavior with https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/file_download.py#L1408 ## Background In China mainland, we mostly use `hf-mirror.com` as mirror endpoint, which serves range stream without `Content-Range`...

## Description Close #1294. Add JSON Schema dump feature. Current blocked by https://github.com/crate-ci/git-conventional/pull/88. ## Motivation and Context Add a gloabl opt `--dump-context-schema` to dump current version `Context` JSON Schema. ##...

### Is there an existing issue or pull request for this? - [x] I have searched the existing issues and pull requests ### Feature description We are integrated Github with...

feature/request