Masafumi Koba
Masafumi Koba
@jeddy3 Thanks for the response. I agree. 👍🏼
Close via #6479
Surely, there is no inconsistency. But the behavior, which `per_page` is `100` if `auto_paginate` is set, seems undocumented and may confuse users (like me 😅 ). So, what about documenting...
This is a very nice suggestion and must be useful for so many developers! I found a similar warning on the ["Capybara cheatsheet"](https://devhints.io/capybara): > Use should have_no_* versions with RSpec...
A similar warning on the Codeship blog: > ... > That brings us to a common mistake: flipping the assertion instead of the finder, like this: `refute page.has_content?("Dashboard")`. > ......
> without chrome (with REPL), do you have same trouble? No, this problem occurs with Capybara and Chrome (also headless mode). > OMG: "Failed to find Chrome binary." > my...
Temporarily, is there a way to stop the `debug` server only when starting Capybara?
@ko1 Thank you for the helpful advice! The workaround works. 👍🏼 FYI. The following code via `ENV` also works: ```ruby ENV["RUBY_DEBUG_FORK_MODE"] ||= "parent" ```
Hi there, I notice that this problem occurs also with `golangci-lint` v1.37.1 (the latest version), while it never occurs with v1.36.0. Here is the reproduction via Docker. ⬇️ Given `test.go`...
@ldez What version of Go?