Patrick Näf

Results 98 comments of Patrick Näf

1. There already was an old feature request for "computer hint" (issue #28). You've made me think about this again, and I must admit that when I take all the...

Ben, thanks very much for your outline! I just wanted to let you know that I've read through it and made some preliminary notes myself. I am _very_ curious about...

This was a really cool experience: Clone your repo, build everything, run, it works. Great! I must admit, though, that I haven't taken the time yet to set up the...

FYI: I just merged a branch with a lot of changes into `develop`. I recommend you merge all that stuff into your cloned repo before you continue. If you run...

OK, so I got everything working here on my side, with 2 sandbox test accounts that are friends of each other. Thanks to your warning I first read through Apple's...

During the last month I spent a lot of time on implementing support for AGA rules (issue #221) and IGS rules (issue #223). The main problems to solve were: 1....

Feel free to record whatever you think is nice. As mentioned in the description there is already a `PlayerStatistics` class that you could use when you start working.

Debugging shows that the problem occurs in the `BoardPositionCollectionViewController` method `selectItemAtIndexPath:`, when that method invokes the `UICollectionView` method `selectItemAtIndexPath:animated:scrollPosition:()` method. The expected behaviour is that invoking this method sets the...

Further testing shows that the problem disappears when the app is launched in the iPhone 6 Plus simulator running iOS 9.3 or iOS 8.4. The problem seems somehow to be...

As this is not a critical bug and affects only some but not all devices, version 1.4 will be released with this issue unresolved. Cf. [this StackOverflow question](https://stackoverflow.com/questions/54112483/uicollectionviewcell-selected-sometimes-not-set-to-yes). Future investigation...