Christopher Gutteridge
Christopher Gutteridge
I can't tell if / should be escaped in pattern. I want to constrain a URL to an English-language wikipedia page: ``` "constraints": { "type": "http://www.w3.org/2001/XMLSchema#anyURI", "required": false, "pattern": "https://en.wikipedia.org/wiki/.*"...
I'm trying to validate a CSV file with a schema I just wrote. It's my first schema so may be buggy as hell. The CSV by itself validates, and gives...
It doesn't tell you what you can do to resolve the warning.
By this I mean something to cut-and-paste into apache or tomcat configuration (or .htaccess) to just fix it.
When I upload a file it seems to show 2b instead of the real size but if I refresh it's then correct.
Right now uploading a file by drag and drop requires: about a 3 step process then a drag and drop. Why not just have a drop target for the current...
Uploading a file forces it to be the filename it was uploaded with which is not ideal. It would be handy to have a rename and a move directory option....
ex=http://example.org/ns/ term=http://example.org/ns/foo/bar this currently shortens to ex:foo/bar but should not be. IRI should generally not have a / or # in the term.
This bit me in the bottom in some code I was wriing. I think forceString( &$resource )should _NOT_ be listed as part of the API and we should add a...