Nick Kocharhook

Results 181 comments of Nick Kocharhook

Quick update from @chasers via Twitter: > Taking longer to get back to this but we’re close. > > All libs let you turn off prepared statements though. > >...

Question: instead of "see docs," can/should we link to the exact section that's relevant? In this case [https://docs.rs/sqlx/latest/sqlx/attr.test.html#automatic-test-database-management-requires-migrate-feature](https://docs.rs/sqlx/latest/sqlx/attr.test.html#automatic-test-database-management-requires-migrate-feature)

I see that other places in the code use e.g. `cfg!(not(feature = "chrono"))`. I'm not sure if there's a difference between these two styles, but I am happy to align...

OK, I've rebased on `main` and aligned on `not()`. Will leave the link out for now.

Yep, the code path that leads to the incorrect error is only triggered when the `test` macro has arguments. And adding one of the various arguments to the function enables...

This is very similar to what's being discussed in #3022.

> I got it working now. Just needed to add the following: > > ``` > params = { > "behavior": "allow", > "downloadPath": storage_directory > } > driver.execute_cdp_cmd("Page.setDownloadBehavior", params)...

I just discovered an interesting detail which may be the key to understanding what's going on here. When I look in my Threads, I see this: ![image](https://github.com/user-attachments/assets/86aedbc7-406d-4860-9aa8-4e097a98c247) So it seems...

Ah, yes, it does! I didn't notice this because I don't acutally use that shortcut. I use Cmd-Shift-[, which I think has been the Mac standard for longer than Ctrl-Tab....

Just confirming that you don't need any more info.