₿itconym
₿itconym
Please merge it, as it's crucial for to use it with Node.js v16.
@alixaxel is this repo maintained? Any reason why so much delay with merging this update? Almost 2 months...
@alixaxel is it true that the project is abandoned, can you update the readme of deprecation or even better give the project to someone to maintain it? Maybe @Sparticuz will...
Yes, @mstoyanovv make sure to lock the puppeteer version per this list: https://github.com/Sparticuz/chrome-aws-lambda#versioning. For example, if you install `@sparticuz/chrome-aws-lambda@~14.4.1` then you need `puppeteer` (or `puppeteer-core`) version `14.4.*`
I see the fix is implemented and a pull request is made. Any reason why is not merged yet?
I would live this as I can't install the application via Google Play Store (country not supported). So I'm trying to build the `release` APK myself but I'm not a...
> An APK is build for every commit by GitHub actions, I'll still try make Nix do it, its more convenient for me > > CI build for the latest...
@mattjstar I got it working with: ``` import 'ace-builds' import 'ace-builds/webpack-resolver' ``` So import `ace-builds` before the resolver (any anything else relater to the AceEditor) See @arjunu answer above.
Please do :)
I also need this kind of usage, to define the formula and save the recalculated value, as this is possible in Excel. As a workaround, I had to use https://github.com/exceljs/exceljs#formula-value...