Rob Vesse
Rob Vesse
I've started work in the dotNetRDF 1.9 branch on a streaming query engine. Things are at a fairly early stage and the API is changing significantly to allow this but...
No problem, shall we plan on getting together at some point in the Autumn to discuss this in person?
It would also be nice to get some more context around the motivation for this change. While "faster and less memory" is noted in the title and description presumably the...
> There is also a second issue, which I added in upper the description: ""pathological case where every triple has the same subject" In the [#1273 (comment)](https://github.com/apache/jena/pull/1273#discussion_r858521057) below [rvesse](https://github.com/rvesse) mentioned...
As part of the dotNetRDF 1.9 work I am planning to make algebra optimisation easier and support a much broader range of optimisations which should help improve performance
It's worth taking a look at this discussion thread - https://lists.w3.org/Archives/Public/public-sparql-dev/2020JulSep/0000.html The upshot of which is whether you return 200 OK or 404 Not Found is somewhat left to the...
@kal If you're willing to contribute a JSON-LD reader and writer that would be fantastic There is an old open issue (http://dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=71) which I'll assign to you
@kal Looks like the NuGet folks are doing this for us, I may dive in and help them get a complete working implementation but looks to be mostly ready -...
https://github.community/t/github-actions-to-purge-maven-repo-hosted-via-github-packages/165472/2 Looks like this isn't supported because they manage all the timestamped SNAPSHOT versions as a single version from GitHub Packages perspective
Think the underlying problem here is that the Markdown templates use the Django [`linebreaks`][1] filter here which per its documentation: > Replaces line breaks in plain text with appropriate HTML;...