David I. Lehn

Results 315 comments of David I. Lehn

Thanks, I'll take a look when I get a chance. May need to finish getting the test suite up-to-date so we can check if the changes are ok. Can you...

The [playground](https://json-ld.org/playground/) uses [jsonld.js](https://github.com/digitalbazaar/jsonld.js), but the limit is also the same in pyld. 10 is arbitrary, and it looks like there's no easy way to adjust it at the moment....

I'm not sure what to do here. We like to be free to use fancy new features. So far we've basically felt free to use anything in an "Active LTS"...

This is likely a playground issue and would be better over here: https://github.com/json-ld/json-ld.org/issues. Was the initial problem trying to put the plain URL in the context textfield? Or putting it...

You probably want to have a `@context` that defines what the "name" and "description" terms are. You need that in the source data so it can be expanded. And also...

Do you have the line number or the offending code? Hard to guess where the problem might be.

It's possible you're the first to try framing with docs that size. Our use cases have been smaller docs than that. Perhaps someone else in the community has tried larger...

Another thing to try is to cut data size in half, and in half again, etc and check timing. I'm guessing it's not going to be a linear performance graph....

With a quick glance, I'm not sure if that `_removeEmbed` code above is exponential itself (?) but it's being called from code looping over ids, so worst case, it probably...

There should be a test that runs this code path to avoid regressions. This was probably converted from js and there's never been a test run that didn't have the...