JP Simard

Results 663 comments of JP Simard

I agree this is something that should be done. I likely won't get to it myself though, so if anyone wants to help out, PRs are appreciated!

I'm glad to hear that. Thanks for your interest in contributing! 👏

This app hasn't been updated past Swift 4. PRs welcome.

This definitely sounds like more of a bug in CardsAgainst rather than MPC. Feel free to file a PR if you can fix this.

I don't think anything's been done regarding this. If you can reproduce an issue, then you're in an ideal place to improve it!

Migrated to Swift 5 in #33, but I think newer versions of Deckset may have lost the apple scripting capabilities that this tool used to rely on.

"Send slides" should be displayed whenever there's an active Multipeer Connectivity session. What kinds of diagnostics does MPC share that we could relay back to the user's screen?

> Ideally SourceKitten/SourceKit can access Foundation/stdlib types natively SourceKitten can get data relevant to Foundation/stdlib just fine. What info would you like out of them? Information regarding source parsing obviously...

Please don't parse the autogenerated Swift interfaces out of Xcode. It's error prone and you'd lose out on a lot of semantic information. Instead, you could follow an approach similar...