Blake Byrnes

Results 135 comments of Blake Byrnes

Thanks for running these experiments! It's been awhile since I've used Lambda. You used to have to pre-compile native modules and package them. Is that still true? You're correct -...

Thanks for reporting. We're currently outputting an "arm64" build, but not an "arm" build. You can work around this for now by installing golang 1.14 on that machine and building...

NOTE: if you run into this, you can delete the network.db in your [sessions dir](https://secretagent.dev/docs/advanced/session/) to keep moving

I can't figure out exactly what's triggering this, but I think we should just store the "private key" that generated each certificate in the networks.db folder. I have this code...

@claabs great points. When we ported SecretAgent out of Ulixee, we were plugging in a "pino" logger via the commons logger, and we left this bare-bones logger in place that...

Your code will wait for the "load" event that triggers from the browser. That should work fine if that's what you want. We don't have anything like networkidle2 yet. I...

This makes sense. We're just wrapping up a feature in Hero (next iteration of SecretAgent) that I think should help with this scenario (https://github.com/ulixee/hero/pull/26). We're not quite ready for people...

>If we simply create a new Agent without any browser emulator plugin guidance, and specifying some reasonably random viewport of our choice, are we getting secret-agent's anti-fingerprinting by default? I.e....

WaitForNewTab is currently more about popups or Control clicking a link to force it to a new tab. I think your approach will be simpler to just create a new...

Seems reasonable. We could probably also surface information about which "document" is requesting a given resource. Is that 2-4.5 seconds under load? Our unit test suite running on linux is...