geray

Results 10 issues of geray

For example in file `hello.scala` ```scala object Hello { def main(args: Array[String]): Unit = { if (!Driver(() => new Hello())(c => new HelloTests(c))) System.exit(1) } } ```

code in gguf.py 62 lines ``` response = requests.post( f"{self.base_url}/v1/completions", json=request ) ``` I've been exploring the publicly available OpenAPI documentation and came across a point of confusion regarding the...

# Background The current implementation of the read_after_write consistency feature in the system relies on waiting for the execution of the last global transaction identifier (GTID), indiscriminately applying this method...

enhancement
good first issue

# Background support ```sql update mysql.branch_table_rules set filtering_rule='select id, fake(\'name\') as name from `user` WHERE id

enhancement

# Proposal Inheriting from Vitess, our onlineddl section contains numerous instances where new connections are established rather than retrieving them from a connection pool. It would be prudent to streamline...

enhancement

### Feature Description At present, users are limited to using IP addresses as their host, like `[email protected]`. To enhance the user experience, we need to expand our host support to...

### Overview of the Issue We are creating a new user with limited permissions, specifically allowing the use of the CREATE statement while not granting any additional permissions. ### Reproduction...

enhancement

To ensure Read-After-Write (RAW) consistency, vtgate internally maintains lastseengtid, which verifies that MySQL has executed the corresponding Data Manipulation Language (DML). However, the length of lastseengtid tends to increment continuously,...

enhancement
low-priority

First, I need to make sure I understand the code structure. The violation method is part of the instruction queue, and it's supposed to handle memory order violations. - violator...

needs details
cpu-o3
Stale

## 功能描述 / Feature Description 在很多业务场景中,可能需要限定固定latency或者固定TTFT测试能够负载的QPM或者QPS,目前evalscope仅支持指定并发数的测评,如果能支持该功能,使用场景会更多。 ## 需求背景 / Background 对latency敏感性测评的业务需求 ## 预期行为 / Expected Behavior 目前我的想法是测试的时候动态调整并发数,待延迟稳定后保持该并发测试 ## 其他信息 / Additional Information 无

enhancement