MangoJelly
MangoJelly
### New Issue Checklist * [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md) * [ ] I have read the [Documentation](http://cocoadocs.org/docsets/SDWebImage/) * [ ] I have searched for...
https://github.com/didi/DoKit The following build commands failed: CompileC /var/folders/0r/hlglvb0d4dq19w_mpgzp_tmr0000gn/T/frameworks-govbm8zq/build/Pods.build/Release-iphoneos/FBRetainCycleDetector.build/Objects-normal/armv7/FBClassStrongLayout.o /var/folders/0r/hlglvb0d4dq19w_mpgzp_tmr0000gn/T/frameworks-govbm8zq/Pods/FBRetainCycleDetector/FBRetainCycleDetector/Layout/Classes/FBClassStrongLayout.mm normal armv7 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FBRetainCycleDetector' from project 'Pods')
生成LayoutAttributes时创建indexPath用indexPathWithIndex,会导致在swift中的collectionView返回组头viewForSupplementaryElementOfKind这个方法取indexPath.section时崩溃。改成 NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:i]; 就好了
Error executing verb "cluster_graph" in create_base_entity_graph: Columns must be same length as key
This is my configuration: ``` encoding_model: cl100k_base skip_workflows: [] llm: api_key: lm-studio type: openai_chat # or azure_openai_chat model: bartowski/gemma-2-9b-it-GGUF/gemma-2-9b-it-Q6_K-Q8.gguf model_supports_json: true # recommended if this is available for your model....