David I. Lehn

Results 315 comments of David I. Lehn

Since the ECONNRESET issues point here, I'll add another datapoint that I just updated and get ECONNRESET with 1.0.48+. 1.0.47 works ok. Is there any particular debug info that would...

@gkellogg I was waiting on me to look into how to improve the way the `xmldom` lib is used. Otherwise I think patch is good. As Dave's comment mentioned, might...

It's hard to try solutions on an image. :-) Do you have a text version? And ideally the code snippet used to do the processing? You might try setting `omitGraph:...

First pass of a hacky fix: https://github.com/digitalbazaar/jsonld.js/pull/289/commits/9c4ac6ce6efd7fc554b14e519324e816e10d1d94

Yes it will lock up the browser and Node.js. Node.js eventually runs out of memory and aborts. It's likely something recursive due to the way `@import` and `@context` are used....

See comment in #466. Spec clarification on the proper behavior and tests in the main test suites are needed.

Some rambling thoughts on this patch: - "handleEvent" params should be renamed "eventHandler". - I used "code" to align with error codes. Pondering how to best handle "code", "level", and...

Some of the events happen in createTermDefinition. If event handlers were to be async, we'd have to make that async, and callers like _expandIri async, and maybe others up the...

Hi, If you have a chance could you provide a test example? I'll try to get it into main json-ld.org test suite to avoid the same issue in other implementations....

What kind of examples and docs were you all looking for? It could be argued that generic JSON-LD authoring and usage info should be on some other site. Improved docs...