Eric Prud'hommeaux

Results 43 issues of Eric Prud'hommeaux

Feel like working with me on ShEx support?

feature

It will be easier to reference changes from versioned docs if the affected docs (core, js-api, web-api) are listed in a column next to the date

``` java ParserConfiguration pc1 = StaticJavaParser.getConfiguration(); ParserConfiguration pc2 = new SourceRoot(...).getParserConfiguration(); ``` Perhaps call them both `getParserConfiguration()` (would imply an update to this javaparser-visit book and git repo).

Improvement
Easy
API or Behaviour Change

An optimally-ordered list of N-Triples: ``` _:b2 _:b3 . _:b3 _:b9 . _:b9 "p1" . _:b9 _:b10 . _:b10 "c" . _:b10 . ``` is recognized as an rdf:Collection: ```...

- [ ] create meta resource for [ShapeMaps](http://shex.io/shape-map/) (node/shape pairs) for a resource (#228, #229) - [ ] add [shapetrees.js](https://github.com/shapetrees/shapetrees.js) dep - [ ] wire into PUT - [ ]...

➕ feature

In [documentation/demo/async-create](https://github.com/swisnl/jQuery-contextMenu/blob/master/documentation/demo/async-create.md), the button says "right click me" but doesn't behave as expected in: * firefox - the contextmenu gets rendered after the browser's default context menu has rendered. *...

38 tests: ``` ./node_modules/.bin/mocha --growl --compilers js:@babel/register tests/unit/store-sequesterLists.js ``` expect: ``` (node:17834) DeprecationWarning: "--compilers" will be removed in a future version of Mocha; see https://git.io/vdcSr for more info Store.sequesterLists() An...

Working through Turtle test suite

in progress

Don't merge until bergos/file-fetch#3 is merged. rdflib depends on `request.ok`. polling to see if travis accepts this now that file-fetch 1.1.1 is published

When I try to GET non-solid resources with rdflib.js, I get CORS messages in the console and a rejection. The solid and non-solid (github) URLs are in the script below:...