Randall B

Results 34 comments of Randall B
trafficstars

> Good question. It works fine as long as the test passes, but I do not recommend it for production. > > I have been unable to generate the necessary...

> I've started supporting 1.25 in dev branch, I can't say anything about it because it's under investigation. Hey that's awesome @octaltree . Btw I just hired someone to look...

This issue was addressed on playwright recently, this pull request adds that functionality https://github.com/microsoft/playwright/pull/12937. But before we can use it in rust, the rust bindings code will need to be...

@littley It may be this feature is not yet implemented in playwright-rust. I say "may be" because I couldn't get any official word from the devs yet. But when I...

@litttley UPDATE: I've got something working and made a pull request for it here https://github.com/octaltree/playwright-rust/pull/26 To run it you'll first need to delete the previous downloaded driver at `~/.cache/ms-playwright/playwright-rust/driver`. Then...

I tried firefox also. It does not have the black screen error, but has a different type. It errors out and crashes if I `unwrap` on the `goto`. > 'called...

PARTIAL SOLUTION: I realized my playwright was outdated because my rust compiler wasn't the latest. I upgraded to the latest version of rustc nightly, and this fixed the issue with...

Still haven't fixed the issue on my new machine setup, but on my old machine I was able to use firefox (not chromium however) without a black screen by upgrading...

I'm getting the same issue on Rails 6.0 I pushed an app to staging on Heroku and sometimes the Action Cable -> Redis connection times out and this crashes the...

I found a way to stop it for a single app. I looked up a way to create a blank service-worker.js file and made it available to my server. Unfortunately...