Jesse Wright

Results 261 comments of Jesse Wright

@angelo-v I'm closing this as it seems stale. Feel free to re-open if you would like for work on it to be continue.

I've needed this project. I found that for docker container created using the following works (solves both Linux and 1080Ti issues) Dockerfile ```Dockerfile FROM nvidia/cuda:11.1.1-devel-ubuntu18.04 RUN apt-get update # Install...

Hi @gsvarovsky thanks for the report! Just so you are aware; I'm working on a rewrite of this library, and that rewrite is more determinate about how the end, and...

Most likely - but I would still like to leave this open to investigate. This is because issue of "As discovered in https://github.com/comunica/comunica/issues/826, some use cases may lead to extensive...

My proposal is that 1. Iterators from this library only error during a `.read()` call (or whilst in flowing mode when a `data` listener is attached). 2. If there is...

> I don't think we can enforce that; errors can happen at any random moment. So when not in flowing mode, the iterator might be preparing something that results in...

> Any idea how such source maps could be implemented? Luckily tokens emitted by the [Lexer](https://github.com/rdfjs/N3.js/blob/main/src/N3Lexer.js) already contain information about [the line and position](https://github.com/rdfjs/N3.js/blob/0ba9ec2e0e7d812f9e86985de3966583d228e189/src/N3Lexer.js#L376-L382) of each token emitted by the...

@Dexagod indeed we will only want to do this in N3 mode and error otherwise. @RubenVerborgh this PR is not about RDF-Star; it is specifically for N3 content types in...

> Should I check if RDF-star is enabled and throw an error in case it is? No, I do not think we should error when N3 and star are both...

I'll try and sneak a fix into https://github.com/rdfjs/N3.js/pull/341 since I've been fighting with other list related issues there already (in particular parsing of N3 paths within lists).