-
I'm running a model on a dataset that's 20,000,000 x 23. Most of the covariates are categorical (fixed effects for state, firm, etc.) The server the code is running on has 140GB of RAM. Shortly into r…
-
Hello there! Thanks for your work on this gem.
I'm running into an issue intermittently when trying to click on an element in an RSpec spec. Using `debugger` I was able to get more details about th…
-
The Capybara Minitest Assertions don't seem to be available in a simple integration test, although the Capybara matchers are available. I've [raised the issue on SO](https://stackoverflow.com/question…
-
### Usecase / What to achieve
I'm able to run a test but when I add `binding.irb` or `binding.b` in test the test doesn't start at all, same thing with a `sleep 3`
I tried with `PWDEBUG=1 rspec`…
-
rails/rails#26703 has been merged, it may be cleaner to use it in place of `ActionDispatch::IntegrationTest`
@daninfpj as you added this part, what do you think ?
-
Hey Ted,
This looks great. I got the following error when I was trying to get it setup:
cannot load such file -- capybara-webkit (LoadError)
Once I manually added capybara-webkit to my Gemfile ever…
-
When using pry-byebug to try to debug some feature tests, I've run into what I believe is a deadlock. Whenever I try to use Capybara's finder API my thread hangs indefinitely. I saw this deivid-rodrig…
-
## Meta
Capybara Version: 3.39.2
Driver Information (and browser if relevant): selenium-webdriver (4.23.0) using headless chrome
## Expected Behavior
I've been using successfully using Capybar…
-
I guess still there is an issue in the push function
this is my repo https://ollama.ai/eramax/nous-capybara-7b-1.9
the ssh pub key shown at `cat ~/.ollama/id_ed25519.pub` is already set and added …
-