Mark S. Miller
Mark S. Miller
https://github.com/Agoric/agoric-sdk/pull/2575 patches problems with vega and d3, including the vega problem mentioned above reported at https://github.com/vega/vega/issues/3075 Still need to report problem to d3 Still need to report https://github.com/Agoric/agoric-sdk/issues/2324 to node,...
https://github.com/vega/vega/pull/3109 would no longer fix https://github.com/vega/vega/issues/3075
We need to file a bug against https://github.com/feross/buffer that their code is incompat with frozen primordials, causing https://github.com/Agoric/agoric-sdk/issues/2663
https://github.com/vega/vega/pull/3109 has been merged and https://github.com/vega/vega/issues/3075 closed. Thanks @jheer !
https://github.com/endojs/endo/issues/621 reports that regenerator-runtime overrides `Object.prototype.constructor` by assignment. We should file a bug against it. In the meantime we will probably patch it.
More on the regenerator problems https://github.com/facebook/regenerator/issues/410 https://github.com/facebook/regenerator/issues/411
We need to file a bug on React so that https://github.com/endojs/endo/pull/642 is no longer needed to avoid https://github.com/Agoric/dapp-token-economy/issues/159 . If we modify React to fix that bug, we should push...
https://github.com/endojs/endo/issues/612 is another conflict with react. Attn @rbuckton @ljharb @AidenRourke
Note that @AidenRourke at #642 says > If I just have an html file that imports ses and calls lockdown there is no error We do that as well before...
> React uses reflect.metadata? That was within the symptoms we were seeing as well. Specifically, we saw an attempt to add a `Reflect."@decorate"` method. (Not sure I'm getting the name...