Matt Maddux

Results 17 comments of Matt Maddux

Can confirm problem is fixed by rolling back to Python 3.4.4

I don't see that myself, so I'm wondering if the problem is somewhere else. What controller are you using?

It should work fine in a tab view. Have you confirmed it’s working in other views? It sounds like the font files haven’t been added to the target, or you’ve...

Hmm, okay, if it’s working elsewhere then you’ve got it installed correctly. Might be a bug, or might be an oddity in Tab View. Would you mind posting your tab...

So the code you posted isn't using FASwiftUI at all. With `Image(systemName: "square.fill")` you're calling SF Symbols, ~~and "square.fill" isn't a valid glyph~~. (Correction: it IS a valid glyph!) To...

So far I haven't been able to figure out a solution. It seems like tab items are a little picky about what they allow. The [documentation for TabView](https://developer.apple.com/documentation/swiftui/tabview) says: >...

My goal has always been to also include an option for a view that SwiftUI sees as an image rather than text, and I think that would fit the bill...

@mickeyl Unfortunately my work has brought me away from SwiftUI in that time, so I haven't been able to commit time to solving this. However, there have been a number...

FYI, for anyone needing to install before that PR is done, the brew package is `xz` not `xzcat`. So just run ``` brew install xz ```` before running ``` ruby-install...

Interesting. Could make v3 require FA6. How different is the new json file?