Results 17 issues of jctaooo

Maybe: ```rust #[crud_table] #[derive(Clone, Debug)] pub struct BizActivity { pub id: Option, pub name: Option, #[column_rename("PC_LINK")] pub pc_link: Option, } ```

enhancement

TFPopup 占用了对 UIScrollView 的 gestureRecognizer 实现, 这不便于其它库或者程序本身 (可能还有相似问题)

在 `JXPagingView.swift` 中 https://github.com/pujiaxin33/JXPagingView/blob/9c5e9a72fcd0f565cf379331d339a5a6e5947932/Sources/JXPagingView/JXPagingView.swift#L124-L126 改为 ```swift #if compiler(>=5.5) if #available(iOS 15.0, *) { mainTableView.sectionHeaderTopPadding = 0 } #endif ```

In Map.app on iPad, the PullUpController is located in the left top Instead bottom and its width does not equal the width of the screen. There are some differences between...

Support some thing like `UICollectionViewCompositionalLayout.list` and `UICollectionLayoutListConfiguration` If you think this is necessary, I can list all new features and try to implement these.

Checklist: - [x] translate home page - [x] translate nav bar - [ ] translate side bar - [x] translate "入门" - [x] translate "模型" - [x] translate "持久化" -...

Error when using pure esm module like `chalk`. ``` App threw an error during load Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/junso/Projects/rim/node_modules/chalk/source/index.js require() of ES modules is...

> New branch: https://github.com/jctaoo/elecrun/tree/next Now electron-run focus on running and building electron app in simple way when you use the new JavaScript grammar or typescript. But the current goal is...

enhancement
good first issue

https://github.com/jctaoo/enlace/blob/4ba93889948e3659d8deab489662f54e343f529b/lib/core/endpoint/generic_endpoint.ts#L61 should be true