Robin Daugherty

Results 13 comments of Robin Daugherty

It looks like the build failed because of configuration settings on Travis CI that have since been changed. Can you please kick off a rebuild so that it tries with...

Also experiencing this issue with - Ruby 2.0.0-p195 and 2.0.0-p0 - rails (3.2.13) - pry (0.9.12.2) - pry-rails (0.3.1) - pry-remote (0.1.7) - pry-stack_explorer (0.4.9) - debugger (1.6.0) - pry-debugger...

So an `Error`'s description is missing from the Sentry UI. Both localized and debug descriptions are ignored. And still, no plans and no documentation explaining how Sentry expects errors to...

@khamusa can you please merge and release this? Please let me know if I can help.

It might be the hammering protection, but I also found that any exception that occurs in the mailer (`UserMailer` by default) will be ignored by default in Rails' development environment....

This is not fastlane-specific. [Xcode test plans support retries](https://developer.apple.com/videos/play/wwdc2021/10296/). If the first attempt fails and a successive attempt passes, this is reported by xcresulttool as a failure status.

There doesn't seem to be a way to set the zIndex of an overlay (and changing the content of the overlay doesn't seem to do the job). But setting zIndex...

I disagree with this, because quite frequently a single example (as you showed) turns into multiple examples. When `let` and `before` are used, adding another example to the same context...

We're talking about a basic feature of RSpec that allows for declared variables whose values are memoized when and if needed. If you want to avoid RSpec's features and write...

@mockdeep I definitely didn't mean to be condescending here. But this is absolutely about familiarity. If you're writing specs in the style you gave, there's no reason to use RSpec....