Ethan Pippin
Ethan Pippin
Refactors the main `Package.swift` for the expected use of a Swift Package: - Include `Sources` directory for code references - Remove redundant and not-even-accessible `Sources/Package.swift` - Ignore `.swiftpm` directory which...
First off, amazing project that I plan to use in almost every SwiftUI project of mine. In an application I'm working on, I have an instance where the app can...
- Closes https://github.com/jellyfin/Swiftfin/issues/442 - 2nd comment is not applicable as we are not focusing on any Youtube video-focused design at the moment - ~~Depends on https://github.com/jellyfin/Swiftfin/pull/517~~ Allows users to customize...
The base file `Translations/en.lproj/Localizable.strings` needs to be cleaned up as: 1 - there are many unused strings 2 - strings have just always been appended to the end of the...
Instead of installing these through Carthage look at using the new SPM Plugins. SwiftFormat at time of writing does not have support for it but SwiftGen does.
Need to somehow automate the device profile builder when it comes device/cpu pairing. Making this hardcoded on our end means we have to be on top of all of it,...
**Describe the feature you'd like** Chromecast that was previously implemented was not to its full potential. Re-implement such that the casting framework is passively running in the background and that...
Implement being able resize the window on iPadOS, great for multi-tasking.
Allow sorting of the parameters from generated Parameter structs for requests. ```yaml paths: sortQueryParameters: true || false ``` However, the above title poses an ambiguous problem for whether it sorts...
The OpenAPI schema provides two other sections: [info and servers ](https://swagger.io/docs/specification/basic-structure/). These sections are pretty straightforward for us to generate with OpenAPIKit and provide other valuable metadata, namely for me...