Alexey

Results 49 comments of Alexey

After migration to `carlo` I think that ndb might work if you have Chrome preinstalled. Could you give a chance to latest `[email protected]`?

Based on latest comment in puppeteer thread: https://github.com/GoogleChrome/puppeteer/issues/1837#issuecomment-503481364 It looks like `ndb` might works well with WSL2.

Do you need ndb in this use case only in case when something goes wrong? I believe that you can try following approach instead: 1. install ndb as dev dependency...

In Chrome we support both and both of them support BigInt.

It looks like to implement async_hooks for promises V8 enters C++ code and then go back into JavaScript land to call actual callback. Should we somehow migrate promise hooks from...

On DevTools side we think that current static format of source maps can be not suitable for WebAssembly and we are looking for some dynamic format. I can imagine some...

Yesterday, I successfully run latest puppeteer on Raspbian. Let me go through all steps that I tried: 1. just run puppeteer as is - npm install successfully got latest Chromium...

Ok. It's temporary solution, I hope that we'll make it more fancy soon. By following [link](https://drive.google.com/a/chromium.org/uc?id=0B7RLEApsOKBLZUZuQl9JR3dXS2c&export=download) you can download chromium required for puppeteer in headless mode, download it, upload to...

Thanks a lot! I build Chromium for arm using recipe 2 from [here](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_chromium_arm.md). Before start I have Chromium checkout for [regular Linux build](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#Build-Chromium), I added target_cpu = "arm" to gn...