Nathan Day

Results 19 issues of Nathan Day

We want to have a time out feature when we haven't received anything from the server including pongs from our pings, but I don't see how we can know when...

More of a suggestion than a issue, I needed to use client side certificates, the way I got around this was to create a dictionary property on JFRWebSocket called additionalOutputStreamProperties...

Trying to handle a loss of network connection in our app I have found inconsistencies when trying to reconnect. The two ways I test loss of network are, using Apples...

Presumable its suppose to be set in -[JFRSecurity initWithCerts:publicKeys:] but _self.certificates_ is only set no matter what the value of _publicKeys_

Apple have added methods with 10.6 that does everything that NDAlias does, ``` objective-c -[NSURL initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:] +[NSURL URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:] +[NSURL bookmarkDataWithContentsOfURL:error:]; -[NSURL bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:]; +[NSURL writeBookmarkData:toURL:options:error:]; ```

Both CFURLCreateWithFileSystemPath and FSPathMakeRef return noErr and also the incorrect result when they are given a file path that includes Finder Alias files. (in my test, I had a Finder...

Each node currently has two mallocs, one for the node and one for its array of children, the node and children can be merge into a single malloc.

enhancement

Implicit conversion from BOOL to init. Use of functions that have not been previously declared, need to be changed to static.

enhancement

Sometime you want to have more than one way to find the same object, some way to handle the duplicates would be nice, either everyUniqueObject... version of the everyObject... methods...

enhancement

An option for the dial to have some momentum after it is released.