An Hoang

Results 27 comments of An Hoang

@GoldenSteel Even if they stay at lobby not doing anything.

> I think we should open an issue on the [@astrojs/compiler](https://github.com/withastro/compiler) repository and provide a minimal reproducible repository. I'm not sure what's the best way to provide a minimal reproducible...

I'm working on an app, Next.js & Expo monorepo, which is currently using the next-auth built from the PR branch. Anything new and I'll post it here. Meanwhile if anyone's...

I will be using this branch in my actively developed app for the next few months. Next.js & Expo monorepo of course, generated from https://github.com/t3-oss/create-t3-turbo. I did deploy Next.js to...

> I've tried proving out this approach with a small side project. It's working for both Apple and Google providers, and I must say, it's magical being able to share...

_TL;DR: Leaky abstraction._ I think it is important to realize **right now** that we are pursuing what we might not want in the end. Hydration, in my opinion, is the...

> @intagaming I agree with most of what you say. But the reality is that we need hydration because otherwise pages are super slow (mostly because, let's face it react...

> any news on this PR? Actually yes. I aborted the intent of doing a native app at the moment, so this might take another very long time unless someone...

> Thank you for the write-up. I had to read it 3 times, before I understood it, and most things work. However in Cloudflare Workers, I do have issues setting...

@alexanderniebuhr If I'm not mistaken, `@astrojs/cloudflare` is using `import.meta.env` as the place for runtime environment variable, yes? Then using `process.env` in `runtimeEnvStrict` here is actually incorrect. `process.env` should be `import.meta.env`...