Stephan

Results 19 comments of Stephan

Didn't you implement this with your latest commit? :)

I would veto that IMHO. My preference would still be having something I described in #6. Reasons: The author of the commands has better insights into the needed circuitbreaker options...

Not part of the project and probably a year too late, but anyway: Did you import the module correctly? What example did you use? `PlaceholderExtension()` seems to be defined here:...

Regarding the second 2. point: I think the current way is ok. Because the callback can then look like this: function(err, result) { ... } which is exactly the same...

> Do you have homebrew installed by any chance? If so, you must uninstall libgio, there are some conflicts for some reason Yes to homebrew. `libgio` is installed via the...

Basic AUTH + TLS support would also be a requirements for us. So +1 for both from me.

nope, we have a plain haproxy

Are there actual hard requirements for using `fasthttp`? I could see "abstracting" away the actual http client and having the default http client (with supported cancelation and other standard transport...

So we want to follow a) the docs and skip the request or b) just update the docs to mention the request will be made anyways, but a 404 is...