Thomas Witt

Results 49 comments of Thomas Witt

> The only current workaround is to bypass the shell plugin entirely and call the real AWS CLI binary directly, which is tedious and undermines the convenience the shell plugin...

@kirillplatonov has this been fixed in a commit or is it just closed?

I also had a lot of bad experiences with the latest Rails version 7.2.2 and better html. No error page was displayed correctly anymore. Ended up in removing the gem...

When can we expect a gem release?

@stympy Looks excellent - thanks a lot for your effort! We are just deplying that

Works excellent. Thanks for your work.

@mullermp thanks for the answer and your time. I know that it returns the correct result, it just raises an error in my log file analyzer as it is an...

Seems to come from the dependency from webmock > em-http-request > cookiejar https://github.com/igrigorik/em-http-request/pull/365 ``` $ irb >> require 'webmock/rspec' /Users/thomas/.rbenv/versions/3.3.6/lib/ruby/gems/3.3.0/gems/uri-1.0.0/lib/uri/common.rb:53:in `const_missing': uninitialized constant URI::REGEXP (NameError) Did you mean? Regexp from...

I found out that it works if the `require 'webmock/rspec'` - contrary to the documentation - is moved to spec/rails_helper.rb.