gy0801151351

Results 7 issues of gy0801151351

For the Xlsx files, we have a requirement. We need to determine the region of a merged cell. And based on the row range or column range of this range,...

The Header struct misses the fields inherited from Parameter struct. For example, "required", "deprecated", "style", "explode", "examples", "example", "content" and "extensions". Please verify the resources you supplied. [ https://spec.openapis.org/oas/latest.html#header-object](https://spec.openapis.org/oas/latest.html#header-object) It...

最近尝试了把旧项目使用的rbatis3升级到rbatis4, 发现了以下问题: 一、数据库的配置参数大幅调整   rbatis3使用sqlx, 里面有一些常用的参数(max_connections, max_lifetime, min_connections, idle_timeout, connect_timeout, test_before_acquire), 这些参数与java平台的很多开源数据库工具的参数是一致的, 经过了多年的实践检验, 可以说都用得上. 在rbatis4中, 使用的是deadpool, 这个库的参数简化了很多(create_timeout, wait_timeout, recycle_timeout), 目前不确定这些参数在商业环境中是否达到互联网三高的要求 二、内置的日期和时间类型被完全替换   旧项目大量使用了rbatis3中的DateTimeNative, DateNative 这些内置在rbatis的日期时间类型, 现在升级rbatis4后再也找不到这些类型了, 被替换成了fastdate的实现. 三、分页查询的函数定义大变样   rbatis3定义分页查询, 是通过添加一个PageRequest的参数和改变函数返回值为Page来实现的, 目前已经大量采用. 在rbatis4中,...

good first issue

**Which version of tantivy are you using?** tantivy v0.21.1 **To Reproduce** ``` use tantivy::schema::{SchemaBuilder, FAST, STORED, STRING, TEXT}; use tantivy::{doc, IndexBuilder, IndexSettings, IndexSortByField, Order}; fn main() -> tantivy::Result { let...

During my test, I found the macro RustEmbed always scans the files under the excluded folders. ``` #[derive(RustEmbed)] #[folder = "resources"] #[exclude = "node_modules/*"] struct Assets; fn main() { for...

版本: 1.3.4 截图: ![图片](https://github.com/lin2j/easy-deploy/assets/16450354/f6b7743c-612f-451d-8d37-513f0d5465b6) ![图片](https://github.com/lin2j/easy-deploy/assets/16450354/b58b1efe-a73e-48c5-8507-01fe7d3751bd) ![图片](https://github.com/lin2j/easy-deploy/assets/16450354/1a806aee-a8eb-4b9f-9367-78e77bba6d7f) 控制台显示: ``` 2024-05-25 18:28:49 [INFO] Executing command on dev.server:22 2024-05-25 18:28:49 [INFO] User custom command: {upload [E:/Projects/Mikorab_Projects/numerology-rs/bin/dev/numerology] to [/opt/docker-deploy/]} 2024-05-25 18:28:49 [INFO] E:/Projects/Mikorab_Projects/numerology-rs/bin/dev/numerology/dotnet/docker-compose.yml ```

bug