Results 53 comments of Mokhtar

[Their documentation](https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation#limits) explicitly says that only their edge runtime is supported. > Only the [Edge Runtime](https://vercel.com/docs/concepts/functions/edge-functions/edge-functions-api) is supported. The default Node.js runtime will not work. To use Node.js or any...

@fedeya could you try using `@m5r/og`? It's the same API so it should be a drop-in replacement. The package's repo is hosted here: https://github.com/m5r/og

@machour I've been offline for the last few weeks but I can take care of it now, could you reopen the PR please?

I've resolved conflicts and pushed changes to the same branch, feel free to ping me if there is something else I could do to help you troubleshoot this problem

I've done some research previously and I found 2 complimentary approaches to incrementally migrate the project to strict mode. We can use https://github.com/allegro/typescript-strict-plugin to manually migrate the project to strict...

You're right, this transformer is serving already decoded blurhashed images to the client. Technically, the transformer could expose a `blurhashed` variable and let the client decode it but that would...

> I think the addition concerns exposing `blurhash` string and updating README to make it explicit about two options: > > * to get the full benefit of `blurhash`, where...

You have to fork the repo first Check out [GitHub's guide](https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution) on how to submit a contribution

For those who need `ts-eager` with the latest version of `esbuild` at this time, I'm hosting a [fork](https://github.com/m5r/ts-eager) published under the name [@m5r/ts-eager](https://www.npmjs.com/package/@m5r/ts-eager)

As noted in the [initial cht-core PR](https://github.com/medic/cht-core/pull/8291#issuecomment-1663034066), we tried to solve this by running the purging code minus the database mutations (aka dry run) but we ran into the same...