Thomas Strobl
Thomas Strobl
So I just saw that you updated the docs and I read up about `extension.config.js` which is _exactly_ everything I was hoping for in terms of ability to override stuff...
solid ✨
@Mmarzex @eahefnawy I'm using the latest v4.4.5 with node20, `type: module` in pkg.json and `.ts` handlers along with `package: individually: true`. Now it builds correct esm-style bundles, where each lambda...
I'm still not sure if it's the correct way to do things, but a simple fix was including the package.json into the [package patterns argument](https://www.serverless.com/framework/docs/providers/aws/guide/packaging#patterns) to include it in every...
I have a breadcrumb: We just upgraded from @react-pdf/[email protected] to @react-pdf/[email protected] and now suffer from the bug which didn't exist in 4.0.0 so it likely must be a regression from...
Since this repository is already dead for a year I went ahead and patched the issue for me. Posting it here in case somebody else stumbles upon the same thing....
So regarding my main issue 1D) I've dug around for 6 hours without a definite conclusion. Total weirdness ensures: - I've patched `asyncCompose` to log the name of the async...
Probably related: https://github.com/diegomura/react-pdf/issues/2258
@cezaraugusto I wish I had the time to dig in and help you with a PR, but whenever I have a minute at hand I feel like extensionJS is so...
@cezaraugusto Thanks! I did the upgrade to rc.36 and my extension-env.d.ts looks like yours, yet it doesn't seem to be referenced properly. I only get the types if I create...