Jens Balvig
Jens Balvig
@samandmoore adding those sounds reasonable to me! Thanks for checking out the gem :)
Also thanks for this very easy-to-read PR :smile: Just to understand a bit more about the situation, what sort of issues where you running into without this?
> Is there a reason why this pr has not been merged @sschepens only reason is my limited knowledge of threaded webservers π Maybe you could help me better understand?...
@workmad3, @sschepens, thanks for the contribution and the explaining! π I have tweaked the PR a bit in https://github.com/balvig/spyke/compare/connection-pool, @workmad3 would be very happy if you have a second to...
Interesting! Thanks a lot for that info @waynerobinson, would be super appreciative if when/if you decide to try out the faraday_connection_pool, could let us know if it solves the problem,...
@samandmoore thanks! Aha yes I can imagine how not making the extra fetch would be common in many projects... π€ The only thing I'm not sure of how this would...
@johan-smits Ah, I think in order for that to happen, you will need to drop down to a custom request (some [examples found here](https://github.com/balvig/spyke/blob/master/test/custom_request_test.rb)). The intended behavior of Spyke is...
@paulvt and @johan-smits I probably don't fully understand the problems you're running into yet π€ > When for example the recipes endpoint changes from its location I have to modify...
Ah, maybe I made things more confusing by using something resembling an association as an example π In your example above, using `uri βusers/:user_id/recipes/(:id)β`, I wonder what should happen if...
@johan-smits thanks, I did. Initial take was it it felt a little more...invasive? than I feel comfortable with π so I wanted to think about it a bit. Thank you...