DanielWu

Results 5 issues of DanielWu

[15:21:13]: The request cannot be fulfilled because of the state of another resource. - The resource 'appPrices' cannot be viewed, created or updated. Please view and create 'manualPrices' using the...

Is there any solution? please help me😂

``` mypod.podspec ... s.dependency 'IGListKit' s.dependency 'IGListDiffKit' s.dependency 'IGListSwiftKit' ``` IGListKit & IGListDiffKit are both OK✅. But IGListSwiftKit always failed.❌

### append 的 string 中如果包含有 emoji,则不能正确展示。 `label.attributedText = AttributedStringBuilder.build({ builder in` ` builder.append("hello world 👇").end()` ` })` 希望大佬可以改一下相关代码. 将 **_string.count_** 改为 **_(string as NSString).length_** [原因: 对于 emoji , String.count !=...

I noticed that the Whisper.cpp project only provides a repository in the form of a Swift Package Manager. I would like to ask if it is possible to release a...