Daniel Lyons
Daniel Lyons
Thank you for making this helpful repo! I've made a repo called TCACalc which could be helpful to the community. It's an implementation of the Apple Calculator app, written in...
At first I thought there was no documentation for this repo since it's not mentioned in the ReadMe. I see that there used to be documentation on github pages, but...
I don't understand the cause of this but when I put this in my test, it refuses to build: ``` await withDependencies { $0.userNotificationCenter.$add = { @Sendable userNotificationRequest in await...
I'm not sure if you're interested, but I would like to get a proof of concept made for implementing SwiftData's undo/redo functionality in TCA. I've explored it some so far...
### Describe the bug This bug is in the example app, when you first start an Ignite project. I found a bug where the gesture of swiping from the far...
I'd like to open this issue as a place to share and discuss feedback regarding the draft schema for job descriptions. First of all, thank you for creating this. I...
Hi, I'm not sure where is the best place to post this. I've been developing a job application tracker app using Swift, and I recently discovered JSON resume and I...
It looks like SwiftTUI is only able to support view models on macOS, since @ObservedObject is only available on macOS. If we supported language level Swift Observation, then SwiftTUI should...
This library is phenomenal. Thank you for creating it! I would like to subscribe to keyboard presses so that the user can press a key on the keyboard at any...