Geek

Results 10 issues of Geek

1.需求是做一个@人的uid收集 加入@的时候可以实现,但是键盘退格删除@的模块后怎么知道是删除了这个@的特殊字符 2.还有@@这种情况是会把前一个@也当做特殊字符,这总情况怎么处理呢

现在发现ios端有多页列表的图片没有及时evict,导致内存爆增闪退 请问powerimage有类似ExtendImage的evict的方法吗 ![image](https://user-images.githubusercontent.com/45022397/176879470-b8edf579-60fe-4137-a70e-a12cbac8e3c1.png)

作者可以使用这个长图url https://athena-volunteers.oss-cn-guangzhou.aliyuncs.com/maony/post_image/5c7a31730f9e18eb46e77ed7c6336c67_6.png, smallUrl: https://athena-volunteers.oss-cn-guangzhou.aliyuncs.com/maony/post_image/c9b87f19d061d3054584b0e4a0090669_7.png 我这边的需求是限制图片显示最宽180,最长240 在app中显示的效果如下 ![image](https://user-images.githubusercontent.com/45022397/172141329-a3fa4683-2056-46ce-a365-504a5bf4261e.png)

good first issue

自定义的对象怎么排序呢请问

../../../.pub-cache/hosted/pub.flutter-io.cn/fair_dart2dsl-1.1.0/lib/fairdsl/fair_ast_gen.dart:200:22: Error: Type 'TypeName' not found. Map? visitTypeName(TypeName node) { ^^^^^^^^ ../../../.pub-cache/hosted/pub.flutter-io.cn/fair_dart2dsl-1.1.0/lib/fairdsl/fair_ast_gen.dart:125:25: Error: The argument type 'Token' can't be assigned to the parameter type 'AstNode?'. - 'Token' is from 'package:_fe_analyzer_shared/src/scanner/token.dart'...

列表中有gif会导致viewportBuilder无限调用

![Image](https://github.com/user-attachments/assets/cd8a7383-17b4-41d4-9c2a-69c4dc3a1a06) i want to show rightmost side of the x-axis at the beginning because the date is newest `lotTransformationController = TransformationController(); amtTransformationController = TransformationController(); lotTransformationController.value *= Matrix4.diagonal3Values( 3.0, 1, 1,...

把openai更新到openai分组,但是成员仍然显示为0 claude是正常的

### 请描述遇到的问题,以及您所期望的正确的结果 修改了FlutterBoostActivity的继承 屏蔽了FlutterFragmentActivity没有的方法 然后textureHooker.hookFlutterTextureView(flutterTextureView);不知道应该在哪里实现 然后我的页面控件是使用PlatFormView展示cordovawebview 第一次跳转会黑屏,然后后面有很大几率这个页面不加载。 ### 请说明如何操作会遇到上述问题 _No response_ ### 在下面填入关键复现代码 ``` ``` ### 复现的平台 Both ### Flutter SDK版本 3.22.0 ### FlutterBoost版本 4.6.3 ### 是否延迟初始化FlutterBoost No ### 解决方案