Antti

Results 8 comments of Antti

Unfortunately, it also makes the packace unusable for us that you cannot import it in a vanilla Node.js project without workarounds. To me, it sounds like a pretty urgent problem...

Same here, started happening after migrating to Expo 50 and `@sentry/react-native` as per the documentation.

Sounds like that would have solved the issue.

I learnt some more about what happens. While a new revision is created, traffic actually doesn't route there as far as I can tell. I found out by my deleting...

We ended up migrating the deployment to Cloud Run from Firebase.

Just letting y'all know that the example was useful fo me, in particular `DenoMigrationProvider`. 😌

Hi! I run into the same issue when trying to setup Deno + Kysely + Postges. I can make a minimal reproduction if that helps.

Install Deno, clone this repo and run `deno check .` to see the problem. https://github.com/Thaigun/kysely-postgres-repro I tried adding `import-map.json` but couldn't figure out a working configuration. Everything works though and...