sebblanc
Results
2
issues of
sebblanc
**Description** It is currently not possible to have a dot "**.**" in an IRI. Effectively, posting a resource containg a dot in its `id` would lead to the following error...
line 691 it looks to me that this._removeCandidatesIf(images, function(a, b) { return a.h > smallestWidth.h; }); should be this._removeCandidatesIf(images, function(a, b) { return a.h > smallestHeight.h; });