Results 9 issues of JiaShiwen

I add new line ``` arry = ["a", "b", "c"] ``` to Settings.toml and got a error ``` Ok("/Users/jiashiwen/rustproject/clisample/target/debug/examples/configrs") thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: invalid...

hi My app works fine with raw put, but when the program runs in daemon mode, the put function returns no value, including errors.

in example grpc::ServerHandlerContext is private i can not import my project.

hi 使用mysql show 语句只打印字段名,无内容输出,代码如下 ``` let sql_show_ssl_cipher = "SHOW STATUS LIKE 'Ssl_cipher'"; let cipher_rbatis = rb .fetch_decode::(sql_show_ssl_cipher, vec![]) .await; println!(">>>>> Cipher in use from rbatis: {:?}", cipher_rbatis); ``` 运行结果输出如下 ```...

help wanted

Some of my python or java programs found the following definitions python ``` return jwt.encode( payload, secret, algorithm="HS256", headers={"alg": "HS256", "sign_type": "SIGN"}, ) ``` java ``` headerClaims.put("alg", "HS256"); headerClaims.put("sign_type", "SIGN");...

### Describe the feature Added set_payload_override to UploadPartInputBuilder, PutObject, and GetObjectInputBuilder to prevent frequent calls to sigv4 when using aws_sigv4::http_request::SignableBody to change object transfers, causing high CPU usage. ### Use...

feature-request
p2

## Question Before asking a question, make sure you have: - Searched existing Stack Overflow questions. - Googled your question. - Searched open and closed [GitHub issues](https://github.com/pingcap/parser/issues?utf8=%E2%9C%93&q=is%3Aissue) - Read the...

## Question Why TableInfo.ID type is int64 not uint64?

``` import Util; type @endpoint_host = string type @protocol = string model Config { endpoint: string, protocol: string } init(config: Config){ @endpoint_host = config.endpoint; @protocol = config.protocol; } model RawGetRequest...