Rakuyo

Results 8 issues of Rakuyo

## Some prerequisites I use Xcode Version **13.2.1** (13C100) and **CocoaPods** for iOS development. I have a **private Pod component** that contains some color values stored in `Assets.xcassets` and I...

### The language of WCDB Swift ### The version of WCDB WCDB.swift (1.0.8.2) ### The platform of WCDB iOS ### The installation of WCDB Cocoapods ### What's the issue? Hope...

enhancement
Swift

通过 pod 依赖 `SuperPlayer`,会间接依赖 `Masonry` 和 `AFN`。但是 Swift 项目的话,使用的不是这两个框架,这样会导致多引入了两个无关的依赖。 建议不要依赖 `Masonry` 和 `AFN`,手动集成在 `SuperPlayer` 内部,或者使用原生api实现相关功能。 而且现在 pod 上的 `SuperPlayer` 强依赖 `TXLiteAVSDK_Player`,为什么不出一个不依赖 `TXLiteAVSDK_Player`,或者说依赖 `TXLiteAVSDK_Professional` 的版本呢?现在这样导致依赖了 `TXLiteAVSDK_Professional` 的用户只能手动集成 `SuperPlayer`,体验也是非常差

参考 [CocoaPods issues #11839](https://github.com/CocoaPods/CocoaPods/issues/11839),从 Xcode 14.3 开始,当 Pods 最低依赖小于 iOS 9 时,`pod lib lint` 和 `pod trunk push` 命令会报错。建议所有 pod 至少从 iOS 9 开始支持。

Hello! Dear author, I use mise in Github Action, the key content in the `.yaml` file is as follows: ```yaml name: Swift Build on: pull_request: branches: [main] workflow_dispatch: jobs: build:...

bug

I think `KVKCalendar` is mainly a calendar framework, so is it necessary to set the system-type extension tools listed below to public? I think users are likely to have their...

enhancement

As far as I know, there are currently several ways to disable SwiftFormat in the code: ``` // swiftformat:disable:next // swiftformat:disable [ [rule ...]] // swiftformat:disable all ``` This issue...

https://github.com/kvyatkovskys/KVKCalendar/blob/f555bbd06039449a29e45af1194cbe00b025f5bb/Sources/KVKCalendar/DayView.swift#L242-L243 The beginning of this method removes all subviews. https://github.com/kvyatkovskys/KVKCalendar/blob/f555bbd06039449a29e45af1194cbe00b025f5bb/Sources/KVKCalendar/DayView.swift#L295-L298 But if `reload` is `false`, only `timelinePage` is added back, and `topBackgroundView` is lost. Is this intentional? Or am I...

bug