Brandon Ros
Brandon Ros
I don't understand why if the functions calling the puppeteer API are wrapped in try/catch why the ``` error: error=Error: Page crashed! at Page._onTargetCrashed (/home/brandon/f/node_modules/puppeteer/lib/Page.js:115:24) at CDPSession.Page.client.on.event (/home/brandon/f/node_modules/puppeteer/lib/Page.js:103:56) ``` error...
@drmrbrewer Try this: ``` page.on('error', function(err) { throw err; }); ``` I believe that fixed it for me.
just calling this out for anybody in case they weren’t aware https://hackaday.com/2024/09/04/the-worsening-raspberry-pi-rp2350-e9-erratum-situation/
the only thing that stands out to me is the need for host networking. I definitely get why, just thinking how that will translate through to cluster/pods/CNI/all that. providing the...
seems related to https://github.com/joohoi/acme-dns/issues/365
```shell brew edit mac-vz/tap/macvz ``` change `depends_on "go" => :build` to `depends_on "[email protected]" => :build` then `brew install mac-vz/tap/macvz`
@Depau can you please pull latest `me-no-dev` master into your ``wi-se-patches` branch and push? It does not build otherwise.
Nope, still broken ``` cmake -B build . -DCMAKE_BUILD_TYPE=Release -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C...
my suggestion: delete the Dockerfile (it is confusing for somebody who is walking into this repo thinking it is working, it is 100% not working) my 2nd suggestion: I like...
I'm trying Macchina A0 (which I believe is `esp32`) https://github.com/rnd-ash/Macchina-J2534/blob/main/firmware/custom_can.cpp#L57-L58  Unless I'm doing something horribly wrong, there's something wrong with the timing/registers/interrupt/something... I tell it "send 0x7E0 02 3E...