William Ross

Results 4 issues of William Ross

The binding of selectOptions to a backbone collection involves a call to `collection.toJSON`. If that function is special, the returned results will not match the expected format. In our case...

I have found that a polyline with 1e7 precision will often fail to decode. After some investigation I think the cause is [here](https://github.com/raphaelmor/Polyline/blob/master/Sources/Polyline/Polyline.swift#L322): ``` if (componentCounter == 6) && ((currentChar...

I'm finding that when Nokogiri (v1.5.5) parses the request_document it returns the names of child nodes with the namespace prefix already removed. Specifically, with this request_document (from goodreader): ``` xml...

This is a very nice fix but I can't use it because it catches all OPTIONS requests, not just those for font files. We have a lot of other CORS...