Ruben Taelman
Ruben Taelman
Indeed, kind of. But it can be developed independently though. Also, if this new parser would output parsed queries in the same format, then sparqlalgebra.js could simply plug in this...
Related to #386
Thanks for sharing @mrkvon! An alternative solution would be to call `engine.invalidateHttpCache()` after/before each query execution.
> So, the issue is open only to keep track of the desired --no-cache option for CLI? Also that, but also to disable caching to happening in the first place....
Thanks @surilindur and @Tpt! > I have updated the PR to use JSON.stringify. > But there are some cases where the stringify function can (and will) fail, I guess, if...
@Tpt Just found out about this: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-nodejs-modules.md Could you have a look to see if this rule can help in our case?
Perfect! Will do a final pass on this PR soon.
Thanks @Tpt, really great work as always! Feel free to follow up on finalizing the bounty via open collective. New release with this change will be coming soon.
In order to solve this, we need to make small change here: https://github.com/comunica/comunica/blob/bceec4f8b7985565258fb024a4f43e5f32ff99bb/packages/bus-rdf-resolve-quad-pattern/lib/utils.ts#L41 We need to call the following method on the source's context before merging with it: https://github.com/comunica/comunica/blob/bceec4f8b7985565258fb024a4f43e5f32ff99bb/packages/core/lib/ActionContext.ts#L90
Once this has been implemented, we should definitely document this on https://comunica.dev/docs/query/advanced/context/