Nathan Broadbent
Nathan Broadbent
This is a follow-up for my previous PR: https://github.com/teamcapybara/capybara/pull/2399 I've added a new `Capybara.disable_animation_extra_css` option that can be used to add additional CSS rules to the `AnimationDisabler` middleware, in case...
* Depends on: #43 * Related to: #41 I realized that `mocks.cr` doesn't actually support mocking any methods that have [default values for arguments](https://crystal-lang.org/reference/syntax_and_semantics/default_and_named_arguments.html#default-values), so I am unable to mock...
This PR includes #40, which fixes most of the tests that were crashing on Crystal 0.31.1 This related spec is still failing: https://github.com/waterlink/mocks.cr/issues/37 So I think I'm running into the...
I fixed all the specs and deprecation warnings for Crystal 0.31.1: ``` $ crystal spec ....................................................... Finished in 3.85 milliseconds 55 examples, 0 failures, 0 errors, 0 pending ``` ##...
Hello, I'm using Crystal `0.31.1`. I'm trying to mock a call `File.each_line(path)`, and I wasn't sure if mocks.cr supports this? Here's an example of what I'm trying to do: ```...
I got the following error when running `./rigger provision`: ``` Traceback (most recent call last): File "/Users/ndbroadbent/.rigger/105216290f/go/src/github.com/deis/deis/contrib/aws/gen-json.py", line 6, in import yaml ImportError: No module named yaml ``` It was...
I saw your comment about the current behavior: https://github.com/danobot/entity-controller/issues/231#issuecomment-1172165847 But I would like to request a change to this behavior. If I am working on my entity controller config at...
## Description I would like to activate my entity controllers with either a "door close" or a "door open" event. I also want them to go to the `active_timer` state...
Fixes #37 GNU tail doesn't support the `-r` flag, so that's why it was failing for me and running the "on error" section: ``` try set tailLog to do shell...
This is related to #84. I'm working on the first level of my floorplan, and I'm not sure how to set up downlights in the ceiling: I found these ceiling...