Nick Lockwood

Results 215 comments of Nick Lockwood

For non-constant expressions, Layout will often set the value multiple times. There are optimizations in place to avoid setting the value again if it hasn’t changed, but this only works...

@silentninja sorry, I think I was wrong about Equatable being sufficient. Can you try implementing Hashable? (FYI, if you are using Swift 4.1 or above I think you can omit...

@zilmarinen this method has actually already existed in the develop branch for a while: https://github.com/nicklockwood/Euclid/blob/develop/Sources/Polygon.swift#L342-L360 I didn't ship it yet because of some edge cases (no pun intended) and because...

> As an aside; I note that a https://github.com/nicklockwood/Euclid/issues/83 but I am unable to find any implementation of Mesh.inset() - has this been removed? Yeah sorry I had temporarily removed...

AFAIK that isn't possible with a standard alert. You can build your own alert and tell irate to use it though, by using the delegate functions.