Jorge

Results 15 comments of Jorge

It looks like OSX if failing but I don't think it is related to this PR (I might be wrong though)

> Hi @JorgeGarciaIrazabal - Could you please try rebasing to master and reopen the PR? OSX is fixed there. @MathMagique I have a different error after rebasing, I am not...

@MathMagique running the job again, all the checks passed! let me know if you want me to change/add anything to the PR. Thanks in advance

> This is not an issue with `Arrow` but with `boost::gregorian::date` in the `date_to_days` function. I would rather fix that than have this truncation workaround. Yeah, that makes more sense....

Another alternative is creating the client with some extra configuration, in this case a `raise_on_error_code` flag ``` client = Client( base_url="https://api.example.com", raise_on_error_code=True, ) ``` This would be kind of similar...

as a work around, is there an easy way to get the full url to download the extension from python?

@Mause Thank you very much for implementing a fix for this issue. I see the PR hasn't had activity in the last 19 days, are you planning on discarding it?...

No, I had to create another server in a different Port to be able to debug. But of course without the reload feature :(