Michal Kubenka
Michal Kubenka
This fix many issues with crashing Chromium, for example: ``` [1206/231121.285380:FATAL:render_frame_impl.cc(2196)] Check failed: !in_frame_tree_. .... ``` Thanks! 🎉 🙇
You can use this PR as a dependency: ``` npm i alixaxel/chrome-aws-lambda#puppeteer@12 ```
> > You can use this PR as a dependency: > > ``` > > npm i alixaxel/chrome-aws-lambda#puppeteer@12 > > ``` > > Installing the branch does not work for...
On macOS you quit Chrome and run in Terminal: ``` open -na "Google Chrome" --args --disable-features=AvoidEarlyExtensionScriptContextCreation ```
change line 293 from: ``` ruby @sftp.list('*').empty? ``` to ``` ruby @sftp.dir.glob("#{@path}", "*").empty? ```
I have fixed it in my fork: https://github.com/mkubenka/git-deploy/commit/8c6aec54b795e94e1339f3e917088c504409048c#bin
@luisggpina As a temporary solution you can use my Gem [vagrant-aws-mkubenka](https://rubygems.org/gems/vagrant-aws-mkubenka) with spot instances support. Installation instructions: ``` vagrant plugin uninstall vagrant-aws vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.22" ```
Duplicate #566
As a temporary solution you can use my Gem `vagrant-aws-mkubenka` with fix based on #575. Installation instructions: ``` vagrant plugin uninstall vagrant-aws vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.24" ```
I have created custom Gem with this change: ```bash vagrant plugin uninstall vagrant-aws vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.10" ```