Maxime Soulé

Results 39 comments of Maxime Soulé

For the `DisableNilValues` I think #77 is better suited as it covers all _zero_ cases.

Hello, and what should reply httpmock before MinTimes() invocations are reached?

Hello, do you have a use case for this behavior? As you will receive errors for the first `MinTimes()-1` calls before receiving the first good response.

As a Responder is a function (for historical reasons) it is not possible without doing dirty things to know how many times a Responder has been called. But you can...

If you use a different [MockTransport](https://pkg.go.dev/github.com/jarcoal/httpmock#MockTransport) instance in each test, it should. If you use the global one ([DefaultTransport](https://pkg.go.dev/github.com/jarcoal/httpmock#pkg-variables)), of course it cannot. Do you have a simple test case...

Hello, thanks for your interest :) What would you propose?

Hello, 1. of course! could you please fill in a PR? 2. I don't think a new function is needed as you already have several ways to do it: ```go...

Hello @mikelorant, after investigating further, it is due to too long lines in table no longer truncated since [1ba1200](https://github.com/charmbracelet/bubbles/commit/1ba1200c31f7177dd24aa884ef9df60b00f76479). See https://gist.github.com/maxatome/21d7fd2f08244b25994464b2ef776cf2 Launch it then reduce the width of the terminal:...

Yes @mikelorant we are talking about the same problem, thanks for your investigations!