Results 2 comments of Nicu Ciocan

``` js proxy.listen(validPort, done); ``` you are calling this function but it doesn't seem to be defined in your code.

You could make it resizable by changing the style mask from `NSBorderlessWindowMask` to `NSResizableWindowMask` in the file `SNRHUDWindow.m`. Example: ``` objective-c - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation { if ((self =...