Peter Livesey

Results 17 issues of Peter Livesey

I'm trying to run the tests, but it won't run on a device. It looks like all the frameworks are built for the wrong arch. How do you run these...

`open func addListener(_ consistencyManager: ConsistencyManager)` `open func listenerHasUpdatedModel(_ listener: ConsistencyManagerListener, consistencyManager: ConsistencyManager)` aren't great and don't read that well at the callsite.

Seems like a better Swift 3 API, but missed the Swift 3 API train. Possibly, let's include this in the next major version bump.

From @nicksnyder: One thing that I like about mkdocs is that there is a simple command to push to gh-pages. Looks like you can setup something similar with sphinx too:...

1. Added a podspec for NeuralNet. This should make it much easier for people to install and get started. 2. Changed the sigmoid function so it doesn't break the compiler....

I got this runtime warning while running the code. I got this for one of my other preference changes. The only way I could get rid of this warning was...

1. Refactors logic into FastCollection which now takes an arbitrary model and view 2. Added public/private to things in a reasonable way 3. Adding the ability to have variable row...

This can be shown by the following code. When tapping on increment, the view doesn't update. This because visible rows isn't updated so it's still showing old data. I've fixed...