Steven Schmid
Steven Schmid
- Detect rank as soon as possible - Maybe fallback to the most recently uploaded rank so we don't have gaps?
cf. https://github.com/stevschmid/track-o-bot/issues/66
The newest Track-o-Bot client detects and sends the region along with every `result`. Store it and expose via API.
### Steps to reproduce Gist: https://gist.github.com/stevschmid/43c61a427cdee7cb18424bc95636cec6 Basically I have a route POST `/users/:user_id/books` And the following `ability.rb` ``` class Ability include CanCan::Ability def initialize(user) can :read, User, id: user.id can...
Hey guys I just submitted the PR #116 but I stumbled upon a problem with it: I assumed (wrongly) that a component generated via `rails g component 'hello/world'` would create...
I noticed the following: If you replace hidden content of a hidden parent (e.g. using `innerHTML`) and then make the parent visible, Capybara intermittently picks up the old content. I...
This PR fixes the issue outlined in https://github.com/rubycdp/cuprite/issues/239. I fixed this initially by adding a `node.isConnected` check to `Cuprite.isVisible`, but after digging a bit deeper, it seems that the node...
Cuprite/Ferrum is an amazing project, thank you for all the hard work! Our migration from Selenium so far has been painless. One spec gave us troubly though. The spec tests...
## Is your feature request related to a problem? Please describe. Smooth scrolling adds an annoying and unnecessary delay when dealing with hundreds of regression screenshots. Just take me directly...