Nick Randall

Results 9 issues of Nick Randall

A simple model like this fails to encode and then decode successfully: ```swift struct Link: Codable { let url: URL } ``` This is because like `Date` and `Data` types,...

Markdown should support inline links that contain matching pairs of parentheses, eg `[my link](http://example.com/link_(with_parens))`. These are quite common on Wikipedia for example. The current implementation is not ideal because of...

Allow NAAnnotations to be created from MKAnnotations. Even better, make it a sub-protocol of MKAnnotation so I can use my existing map points.

new feature

Automatically translate from real lat/long co-ordinates to the map image. I've got the MKCoordinateRegion that my image represents, so by using that it should be able to convert the points...

new feature
discuss!

Add support for a `leftCalloutAccessoryView` to `NAPinAnnotation`.

new feature

Hi, thanks for the code, this could be really helpful! I'm having a problem using Genericsable on classes which contain collection properties. Say your MyClass example had another property, an...

This is the same behaviour as NSMutableDictionary

The image [here](https://en.algorithmica.org/hpc/data-structures/img/b-tree.jpg) on the Static B-Trees page looks wrong to me: ![](https://en.algorithmica.org/hpc/data-structures/img/b-tree.jpg) The 120 leaf node is not between 128-140 on its parent node and similarly 269 is more...