Greg Gardner

Results 8 comments of Greg Gardner

I fixed this issue here: https://github.com/Dimillian/IceCubesApp/pull/452

I figured out that Avaturn avatars (https://avaturn.me/) are Ready Player Me compatible and work well in this project. You can scan your own face (or your friend's) and it makes...

@ks588hn Avaturn will not host the GLB for you like Ready Player Me does. You will have to host the GLB yourself somewhere to use it.

https://github.com/swift-server/swift-aws-lambda-events/pull/61

here is the pull request: https://github.com/Peter-Schorn/SpotifyAPI/pull/46

Good point. Creating a new library without it is probably a better option. I'm curious who is actually using the example content in a shipping app though? Seems like it...

There is a severely under-documented Switch/Case available which might solve this issue. https://developer.apple.com/documentation/appintents/appintent/switch

example use: ```swift Switch(\.$match) { Case(.specific) { Summary { \.$match \.$specificMatch \.$theme } } Case(.latestOpponent) { Summary { \.$match \.$opponent \.$theme } } DefaultCase { Summary { \.$match \.$theme }...