Results 3 issues of Eric Moritz

There's a pattern in Javascript to protect scope by wrapping the code in an anonymous function like so: ``` var utils = {}; (function() { function add(x,y) { return x...

js

There is a proposed format for representing microdata in JSON: http://www.w3.org/TR/microdata/#application-microdata-json You may want to look into that.

The reply-ack mechanism is intended to be backwards compatible with APRS 1.01. The current implementation of reply-ack parsing makes it difficult to ack messages sent from clients that support reply-ack....