Christine Lemmer-Webber

Results 85 comments of Christine Lemmer-Webber

I think I'm willing to close this if (assuming the manual doesn't already say it, maybe I missed it) that the manual *says* that we deterministically go through the sub-operations...

Well, I figured out how to get around it in my code, so I don't need this at the moment. But it would be good to clearly signal if the...

One difference that wasn't discussed is that the procedure I provided in the PR could be used outside of a running fibers environment. I guess it's a question of whether...

One option is simply to revert 84addfbfc69e7dea63c4b9b08656d052043bcecf. Maybe @wingo might not like this; it fixes it, but it re-introduces whatever performance issue the commit was meant to address.

`id` and `type` are just aliases for `@id` and `@type`. This was done because people who use languages where they do hashmap access via dot-notation like `foo.id` weren't able to...

That should solve the problem... the alternate option is to recursively pull in the security context. However, there's some risks that terms will be clobbered that way. ActivityStreams terms should...

I've become over time a lot less of a fan of the "auto-wrap-in Create" feature, though I'm even *more* not a fan of requiring a Create at all... I think...

IMO, {Create {Object}} should be optional for S2S, and we should drop the auto-wrap-in-Create for C2S. will make a lot of lives easier, even though it'll make some sentences just...

So I've been working on this [over here](https://github.com/digitalbazaar/jsonld-patch/blob/implementation/lib/index.js). It really wasn't too much work... the main challenge was figuring out how to be sure that patches would work correctly against...