QuaOs

Results 22 comments of QuaOs

I got this issue too with ES6 modules and esmify. When using browserify -p esmify directly there is no problem.

Getting stuck on this too, because some services we're consuming do not recognize `` tag :(

> @lucacasonato @quaos this is only happening with Deno? I can't get `fetch("https://cdn.dreg.dev/package/@rollup/[email protected]")` or `fetch("https://x.lcas.dev")` to do it in 1.5.2, and curl works from all the cities I've tried. >...

Just tested in Mac OS, it could run normally. ```shell which denon /Users/quaos/.deno/bin/denon denon --version [*] [main] v2.3.3 denon build [*] [main] v2.3.3 [!] [#0] starting `denopack -c denopack.config.ts` Generated...

> I think this could be an issue related to `Deno.run`. I will look into this. Thanks. As for now, I'm using workaround like this: ```typescript let cmd = ["denopack",...

> @quaos Did you found any solutions? No luck. The latest workaround I'm using is adding a "dummy FK" for the relationship.

Hi. Also run into this issue. Here is my [reproduction repo](https://github.com/quaos/test-expo-ssl-pinning-1/tree/with-expo-dev-client-updates) with Expo SDK 49.0 + expo-dev-client v2.4.12 I just tried downgrading expo-dev-client to v2.2.1, and it worked on iOS...