James Anthony Bruno
Results
2
comments of
James Anthony Bruno
It's been a while since I checked up on this project and the Ruby ecosystem of image manipulation. If there's a better library out there post here. **Minimum capabilities:** 1....
I ended up filtering it, overriding the URI that the class passes in: ```php use GuzzleHttp\Psr7\Uri; $proxy->filter(function ($request, $response, $next) use ($url) { $request = $request->withUri(new Uri($url)); $response = $next($request,...