Giorgio Premi
Giorgio Premi
Thanks for the report. I've fixed it. Please note that I'm still in the early stages of this bundle and many thing will change. I think that in the near...
@mekras I'm not able to reproduce the issue, both with my unit testing and with "dump files" download. The call to CurlDownload::requestContentLength is just for displaying progress, so it should...
I have a less recent version of both PHP and cURL, so I don't think (hope :) it is a regression. There are to weird things: 1) namelookup_time and connect_time...
I reopen the issue since it is not fixed. Still I'm clueless on where to start. 1) Have you tried the `return 1` trick from the function `requestContentLength`? 2) The...
I've just pushed some updates and refactoring. Now you can switch to the Guzzle as a download provider, by setting: ``` yml giosh94mhz_geonames: download: adapter: guzzle ``` For now the...
Mmm... if Guzzle solves it than there is definitely something wrong in `CurlDownloadAdapter`. Still I cannot reproduce it so... are you able to track down the issue by comparing Guzzle...
I know this is an old thread, but I just had the same issue. The message `[: : integer expression expected` comes from this expression in bash: `[ "" -eq...
Digging deeper. I tested with other URLs and seems that when http-equivs have `0` seconds refresh, the request is triggered by phanthom but after the `onLoadFinished` (this seems obvious, now...
> What possibility is there to get rid of 1.0.6 then? #### To the maintainer The package must be removed from packagist too, but probabily the best thing to do...
I think @adrienbrault intends something like (_mutatis mutandis_): ``` php /** * [...] * @Hateoas\Route( * "nelmio_api_doc_index", * absolute = true, * parameters = "expr(object.getAttribute())" * ) * [...] */...