Christopher Hiller

Results 645 comments of Christopher Hiller

@erights Is this specific to `ses`, or would it be workable to take another approach in `@endo/compartment-mapper` since (I'm assuming) it does not have the same constraints?

@erights I'm not sure if I can answer your question about `@endo/compartment-mapper`; I don't know much about how Agoric consumes it other than I know it's used to generate archives...

@erights `maybeRead` is a function that reads a file and returns `Promise` if it is successful, and `Promise` if it is unsuccessful. Compare to `read`, which returns a `Promise` if...

It looks like I broke something, but not sure what.

> is anyone depending on Appium as it currently stands, beyond Appium Desktop? npmjs.com lists 51 dependent packages. > is it actually possible to bundle Appium even if rearchitected as...

If you want a repo to play with, I have some snapshot tests in [Bupkis](https://github.com/boneskull/bupkis)

Regarding its snapshot implementation, it seems pretty straightforward insofar as serialization is concerned. It just performs `JSON.stringify` (custom serializers must return strings) on the value then dumps it in a...

I have the feeling I'm the only person who really cares about this, but it's a little ways down my TODO list. It impacts #2894, but only hypothetically.