Kevin Romero Peces-Barba
Kevin Romero Peces-Barba
- Created a SPM package and set the ModalView part as a framework so that it can be imported from Xcode 11 as a dependency - Move the former project...
(originally on #31): > I thought the TextView looked a bit odd with the rest of the design. I'm starting to refactor it a bit. So far I've put the...
By doing this, Xcode won't complain about not being able to import SwiftUI in release builds. Since this framework will be run from a SwiftUI-compatible target anyways, this should not...
Marshal is a nice utility, but in the end the built-in `Decodable` protocol offers the same functionality. The performance gain Marshal is said to offer is marginal for this project,...
There are a few categories and endpoints that are currently not supported, or for which support is broken. I made the following list to keep track of what's working/broken/missing. I...
In this PR, I plan to add a basic testing suit to the framework (basically testing those functions in `Twitch.swift`). Right now it's a very early WIP and it relies...
Hi Nick! Thank you for building this tool, it was really useful 😄 Besides the other info, I found I needed the license path/url and it seemed like an easy...
Hi there! I recently came across this mod and it's great! Big kudos! However... Those cable blocks look funny to me (and others, #142). So here's a first approach at...
Hi there! Thought I'd pitch in and contribute to this great package. This addresses #142 by creating a new macro that can be used inside `@Observable` classes. The macro is...