Ruben Taelman

Results 935 comments of Ruben Taelman

> That's what I thought aswell, so I copied over the tsconfig.json from comunica (https://github.com/comunica/comunica/blob/master/tsconfig.json) to my project Does this solve your problem? In any case, we may want to...

That might be useful indeed. Could also be achieved by adding a second argument to `run` (but this would be a breaking change).

> I would suggest using npm (or yarn) alone with the workspace feature 👍 to workspaces. > possibly coming up with a publishing script of our own Not sure about...

Don't get me wrong, I'm definitely open to something self-baked, but the only problem with that is the time-effort that might be required for it. (but if you're up to...

Looks like there might not be a need to migrate away after all: https://github.com/lerna/lerna/issues/3121

Oh interesting. Looks like we'll have to update 🙂

Looks great @jeswr! I'm just wondering if we should split these up into 3 separate issues (Comunica-specific = the issue here, AsyncIt = https://github.com/RubenVerborgh/AsyncIterator/issues/62, N3.js = a new issue?). This...

Having something like this that shows performance differences across different releases would be very valuable: ![](https://pbs.twimg.com/media/FVzYeORXsAEOTCl?format=jpg&name=large) Found via https://twitter.com/Danlark1/status/1539344322281328641

Not really, CSVW is a W3C recommendation for representing tabular RDF data with CSV (kind of like JSON-LD, but for CSV). RML is something more generic that converts non-RDF formats...

> It should be possible to build this on top of the existing rdf-parse and rdf-serialize actors; I don't think there is a need to introduce specific decrypted-rdf-parse and decrypted-rdf-serialize...