khuezy

Results 136 comments of khuezy

Yikes, why aren't the requests running in parallel? There's some optimization on open-next: https://github.com/serverless-stack/open-next/pulls. Can you explain exactly what your site is doing to behave like that? Actually I remember...

This is a tricky problem. In the case of loading configs/envs, you'd *want* to block server startup until the values are fully resolved. There may be apps that depend on...

@gkaskonas can you add `"accept"` to your header cache. I think that might be required.

ok, everything works now? I recall needing the accept headers a few months ago... that might have changed since.

Thanks @gkaskonas one more thing please: can you add comments w/ a little explanation and the link to the Nextjs repo that Conico linked? That'll help other devs understand the...

Just FYI, w/o the `accept` header, the image optimization won't optimize to `webp`

I don't think so, the old policy has lower case everything and it works. But if you want to be 100% sure, then change it to "Accept"

Probably not - a lot has changed since so @fwang needs to review to see if it makes sense.

@tywalch I tried using `CustomAttributeType` per your example but I'm getting this error: ``` Exported variable 'MyEntity' has or is using name 'OpaquePrimitiveSymbol' from external module "/Users/me/Projects/app/node_modules/electrodb/index" but cannot be...