François

Results 9 comments of François

> This work for me: > > ```js > const buildOptions: BuildOptions = { > ...common, > format: "esm", > target: "esnext", > platform: "node", > banner: 'import { createRequire...

Thank you, it doesn’t work for me. I’ll check with serverless-offline

I am interested in this feature. I am looking to build an alert with: ```html ``` Looking at the code I see this is not supported yet.

Thank you @Hades32 , that solves my problem!

You can try this: https://community.adobe.com/t5/acrobat-discussions/when-trying-to-add-digital-signature-screen-goes-black/m-p/10128234

I looked at the code and found this workaround: ```js types: { ...pg.camel, value: { from: (x) => x }, undefined: null, } ```

Thank you. I had a quick look and I found that colors should be passed into the worker at `src/lambda/handler-runner/worker-thread-runner/WorkerThreadRunner.js`. However the colors from the workers are not set. My...