Christopher Gutteridge

Results 16 issues of 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/.*"...

f:question
i:enhancement
fn:Documentation
fn:schema
a:relocate

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...

problem:bug
st:in-progress
fn:schema
a:relocate
a:specification

It doesn't tell you what you can do to resolve the warning.

a:up-for-grabs
i:enhancement
fn:Documentation

By this I mean something to cut-and-paste into apache or tomcat configuration (or .htaccess) to just fix it.

i:enhancement
fn:Documentation

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...