Eric Prud'hommeaux
Eric Prud'hommeaux
Cc: @RubenVerborgh This grammar yields conflicts on `p2_Opt` and `Flag_Star`: ``` Foo: p1 p2_Opt EOF { return { p1: $1, p2: $2 } } ; p1: 'P1' ; p2_Opt: |...
When I upgrade from [email protected] to [email protected] and pass an unrecognized token to the generated parser, I get back an object which is not an Error. 0.4.16 had: ``` _parseError.prototype...
### What components are related to the issue? FDP Index ### Which FDP are you using? FDP managed by someone else ### Version ```plain text Whatever's running at fdps.ejprd.semlab-leiden.nl ```...
### What components are related to the issue? API, FDP Index ### Which FDP are you using? FDP managed by someone else ### Version ```plain text Whatever's running at fdps.ejprd.semlab-leiden.nl...
The [Usage section](https://github.com/daleharvey/jshint-mode#usage) immediately follows the git clone instructions, presumably leaving the user in the directory into which git created the jshint-mode directory. The instructions are > $jshint-emacs-conf >> ~/.emacs...
iirc, PyShEx failed tests where the schema (or data?) had codepoints > U+FFFD . I stumbled across a [repo](https://github.com/ericprud/antlr-multiLang-template) that I created for dealing with this in Java and Javascript,...
In the Wikidata demo, when you hover over a predicate in a TripleExpression, it fetches the `schema:description`. Does it pick the language based on browser preferences? It would be cool...
pending: resolution of lerna/lerna#2892
clicking `` in this [rawgit example](http://rawgit.com/shexSpec/shex.js/master/doc/shex-simple.html?schemaURL=http%3A%2F%2Fshex.io%2Fexamples%2Fimport%2FEmpCo.shex&dataURL=http%3A%2F%2Fshex.io%2Fexamples%2Fimport%2FUserEmpCo-data1.ttl&shape-map=%7BFOCUS%20schema%3AworksFor%20_%7D%40%3AEmployee) duplicates the querymap.
@gkellogg asked for this and it seems especially important given that a proposed definition for extends [adds a parameter to satisfies](https://shex.io/extends-new-param/#satisfies). @gkellogg , have you got a good tool? Diffs...