Jesse Wright

Results 353 comments of Jesse Wright

What about [HDT](https://www.rdfhdt.org) its a standard format and not dependent on any internals, compact, and efficient to parse as the header captures what needs to go into the term mapping,...

My use-case is passing it into a ZKVM, where parsing and query optimisation cause significant overheads - as can be seen in [this flame graph](https://github.com/jeswr/risc0-ed25519-zk-sparql/blob/main/flamegraphs/1-query/can-drive.png). ![](https://github.com/jeswr/risc0-ed25519-zk-sparql/blob/main/flamegraphs/1-query/can-drive.png) Would including the current...

Many functions would benefit from using [`#structuredClone`](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone) in their implementation. However, this would require an mver bump to deprecate old versions of Node as [`#structuredClone`](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone) is only available from Node...

Seems to be supported across all browsers now https://developer.mozilla.org/en-US/docs/Web/API/structuredClone#browser_compatibility

Hi, thanks for addressing this! I'm not currently working with extensions and won't have time to test this soon; but assuming the linked issue is solved, I think it is...

I would find utility in this work being picked back up, and also for the ability to have hyperlinks within SVG digrams when doing so. I've opened #6343 and #6352...

It may also worth be investigating adding [FedCM](https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API) to Dokeli.

Just as a sanity check; have you passed the format `text/n3` to the parser?

Please see requested sanity check in #509