cxgreat2014

Results 27 comments of cxgreat2014

Fix method: sea-schema/src/sqlite/discovery.rs:23: ```rust pub async fn discover(&self, ignore_tables: Vec) -> DiscoveryResult { let get_tables = SelectStatement::new() .column(Alias::new("name")) .from(SqliteMaster) .and_where(Expr::col(Alias::new("type")).eq("table")) .and_where(Expr::col(Alias::new("name")).ne("sqlite_sequence")) .and_where(Expr::col(Alias::new("name")).is_not_in(ignore_tables)) .to_owned(); ``` sea-orm-cli/src/commands/generate.rs:78 ```rust let ignore_tables_clone = ignore_tables.clone();...

My fixes are superficial and not fully tested, and in the case of non-sqlite database branches there is no compatibility processing. The current code logic changes will significantly lower the...

> try [`alpha` (release)](https://github.com/zzzgydi/clash-verge/releases/tag/alpha) not work. ```log ubuntu@VM-0-2-ubuntu:~$ sudo apt remove clash-verge Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and...

相同的问题,很好奇原理是啥,浪费了不少时间 ps 另外这个issue id吉祥

因为工作变动+生病等原因,目前已经没法再维护该项目了,

确实如此 taro(ui)整体使用体验并不算好,简单来说将文档内的代码复制粘贴到项目中都会报一堆错,五分钟的上手视频华而不实,有本事先把文档内的东西安排清楚了再做别的扩展