Results 490 comments of Je Xia

comfirms your PR #561 fixed xml2js and netmask deps, i am looking into default-gateway problem

after some dig-in works, i found there is a dynamic require in this package

trying to fix `@achingbrain/nat-port-mapper` which actually throws the `Dynamic require` and `createRequire only supports` errors

i gave up, seems `ipfs-core` is not compatible with deno

> Is there a option for non-minified files? Or does anyone know a way to view code with a source map? > > If no one has any good ideas...

seems it works locally, maybe it's a bug of deno deploy.

in deno, you need to add "preact" to your import maps for the `*preact-render-to-string` pattern: ```json { "imports": { "preact-render-to-string": "https://esm.sh/*[email protected]", "preact": "https://esm.sh/preact" } } ``` i saw you are...

@mediabuff can you please post a mini demo i can test? thanks 🙏