Rehan van der Merwe
Rehan van der Merwe
I'm wondering if it might not be better to run puppeteer in a container now that Lambda supports it? This PR has been open and struggling for months now :(...
@alixaxel This is a very small change, can we please merge this? Pretty please 🙏? I don't want to fork 😅
Ahh I didn't know about https://github.com/mhart/awscred, will definitely use it next time, I see ECS is covered there (https://github.com/mhart/awscred/blob/325701571e25096c827edb7c8e42b8abc6c5a2cd/index.js#L196) Regarding the README, I agree that it is explicitly mentioned that...
When will this get merged? Considering changing my app to something else, searching is absolutely crucial!
Same problem here, @Tmilly have you solved/worked around it yet?
I am also blocked by this, I tried both of these suggestions: 1. Install the `cli-truncate` package. Then I got an error about the package.json type field, commonjs/module. Setting the...
A whole can of worms on this thread where the creator of **`cli-truncate`** goes into detail about ESM/CJS and there is even a section for electron https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-import-esm-in-electron . Looks like...
Just ue the https://www.npmjs.com/package/ajv-formats, extend he ajv object by doing this (TS): ```TS let api = new OpenAPIBackend({definition: apiPath, quick: true, customizeAjv:(originalAjv: Ajv, ajvOpts: AjvOpts, validationContext: ValidationContext) => { addFormats(originalAjv)...
Sure let me look into it, I see that you increment the package.json? There is probably an action for that. The alternative is just to sync up/manually create a release...
Something like this? https://github.com/justincy/github-action-npm-release