Michael FIG
Michael FIG
Okay, after talking with @warner, I have a better way of explaining this: we want to be able to optimise the case where the promise that results from a handler...
Hi, Are you thinking of HandledPromises where there are methods added to the object itself? For the current `@agoric/eventual-send` shim, under SES HandledPromises are born frozen, so there are no...
> I offer «resolveWithPresence(handlerOfEventualSendsToThePresence, presence = Object.create(null))» Okay, thanks, that's a lot clearer. I understand your desire for a presence that is also a proxy. That's not the way we're...
This looks reasonable. I'd prefer to add an options bag, where `options.proxy` describes the proxy: Maybe something like: ```js const resolveWithPresence = (presenceHandler, options = {}) [...] const { proxy:...
#26 introduces the needed change.
I tried `libp2p.getMultiaddrs()` in my Brave but just get an empty array: It doesn't look like there are any errors in the browser. Where would I go to diagnose further?...
Thanks, I do like the sentiment of the change. Unfortunately, the `lib/*.js` files are generated by `./build.bat` from the `lib/*.js.ts` files, and because of the type annotations in the `*.js.ts`...
I think the problem is with some `sourceURL` (or missing `sourceURL`) in an evaled string. Hope that's enough to help you out. While I love jessica, I need to let...
@erezrokah I'd like to make an attempt at dynamic filters. For my use case, I'd like to run user-added filters as part of preprocessing all the pages on my site....