Rob Stewart
Rob Stewart
@wismill > I think we should also provide a way to stream parsing results. As there are several framework for this, I wonder if we should provide new packages such...
@juhp the instructions for running the tests for this library are in the README.md file: $ git submodule update --init --recursive $ git submodule foreach git pull origin gh-pages $...
@JonathanReeve I'm not a nixos user. Can nixos not run: $ git submodule update --init --recursive $ git submodule foreach git pull origin gh-pages Before $ stack test ?
@juhp @JonathanReeve can there be any workaround for this? This rdf4h library now passes all W3C RDF parser unit tests for NTriples, Turtle and XML, and it'd be good to...
Item 1 is discussed in two places: https://github.com/haskell/network-uri/issues/11 and https://github.com/haskell/network-uri/issues/2 Item 2 is resolved: https://github.com/haskell/network-uri/commit/e7aad5673d54a1a55e4e5a851432b4deddfd7b76
@wismill > In #55 I have implemented a newtype IRI with IRI validation and resolution. What is the status of this issue 21, after your IRI validation and resolution? Should...
@koslambrou Yes, I would accept a PR. Thanks!
Hi @kderme Unfortunately I don't have time anymore to actively develop new features for this library. If you wish to submit a Pull Request to this library to add RDF...
> Maybe we could keep things simple and use the parser combinator to make the error message and remove IRIError and SchemaError? Sounds sensible to keep things simple. How about...