Results 254 comments of M.K.

> Jumping to blind assumptions about a library is a recipe for disaster, and good security protocols still mandate data validation. I agree with that. And still, lots of people...

In this case, it would be handy to have an overview in `LICENSE.txt` which parts use which license.

Instead of shipping code for specific world editors, can we just make a configurable list of world-specific utilities? Users could configure * program name * icon * path to the...

See also https://en.wikipedia.org/wiki/JSON_streaming , I especially like record-separated JSON. Maybe I can soon make a PR.

@michaelfig Do you still maintain the agoric fork? I get [lots of deprecation warnings](https://github.com/mk-pmb/std-esm-node-ci/issues/1) and, more importantly, [a test failure](https://github.com/mk-pmb/std-esm-node-ci/issues/2). I posted them there because the agoric repo has its...

Ok then. Could you explain that in your README then? Thanks!

@mashpie or anyone else who'd prefer to install it from npm rather than GitHub: https://www.npmjs.com/package/agoric-labs-esm-built-pmb

Thanks @guybedford and @seanCodes for your monkey patches. Unfortunately, in my case it just results in > `Error: Cannot load module from .mjs: file:///mnt/…/node_modules/is-fn/index.js` albeit I assigend the loader function...

Thanks for the idea. However I doubt that it's a problem with the `esm` module, because the same tarball extracted on an ancient Ubuntu with node v8.17.0 works, but breaks...

Thanks, I'll test it asap. Meanwhile I also found the [fix-esm](https://www.npmjs.com/package/fix-esm) module.