Bartosz Blimke

Results 218 comments of Bartosz Blimke

@Nakilon thank you for reporting. The inclusion of `then` was intended to enhance readability by providing syntactic sugar for stub declaration, as demonstrated in [this example](https://github.com/bblimke/webmock?tab=readme-ov-file#multiple-responses-using-chained-to_return-to_raise-or-to_timeout-declarations). However, I acknowledge that...

@abhishek-jadav98 I'm not sure how this issue is related to WebMock. How is WebMock affecting that?

@hallelujah Thank you for reporting. You have suggested using `body_encoding: false` by default. Do you see any negative side effects of setting `response.body_encoding = true` ? I assume lack of...

@toaster thank you for reporting and for spending time identifying the problem with memoization. This is the original commit where memoization has been introduced https://github.com/bblimke/webmock/commit/8786b654a32d06891d5c7b0d019db9816c495818 I agree that there should...

@toaster this is now fixed in version 3.22.0

@madleech what is the method and host that WebMock is blocking for you? What parameters have you passed to `disable_net_connect!` ?

@thelowlypeon Thank you for reporting. Do I understand that the issue only occurs when ddtrace is enabled? Is this still an issue with recent versions of ddtrace?

@brevio-nicolay I have tested the same setup, Ruby 3.2.2 or Ruby 3.1.4 and in both cases I correctly get ` 404 Not Found (RestClient::NotFound)`. Do you still experience the issue?

@lgo @ErikSchierboom are you able to provide a sample code that reproduces the issue?

@Bodacious thank you for providing the suggested solution. I wish `HashIncludingMatcher` in RSpec provided a public method to get the `@expected` Hash. We could then check if the Hash contains...