Petr Hanák

Results 50 comments of Petr Hanák

Build are now working on Travis, valid test failures - in all LXML + python version seems to be same `======================== 4 failed, 228 passed in 30.91s ========================` `AttributeError: '_io.BytesIO'...

> So you want to merge and expect that people know that pypy3 can fail? I do not know how can I be more specific than what's already stated in...

We use Github Actions only now, so closing with follow-up in #237

Hi @rene312, could you please enable logging and provide the request and the response: https://pyodata.readthedocs.io/en/latest/usage/advanced.html#enable-logging If from logging will be apparent that it is certificate problem (just a guess from...

@mnezerka PLS sign CLA licence for your user.

I think that this PR - apart from lines marked for another PR - should be closed and not merged. Rationale - unnecessary code and workaround without PR exists. Point...

> @phanak-sap Regarding your sample: > > ``` > employee1 = northwind.entity_sets.Employees.get_entity(1).execute() > print(employee1.FirstName) > employee2 = northwind.entity_sets.Employees.get_entity(2).execute() > print(employee2.FirstName) > ``` > > Are you sure you will be...

> @phanak-sap I asked @mnezerka to implement this PR. I need to be able to get Headers for some requests. What's your proposal? Well, Point 2 in my comment is...

@mnezerka OK, I seems to understand now. Since you are always talking about "hard to find originating request for it" or " pair individual requests with calls of print_url hook"...

> SAP BusinessGateway returns logs in HTTP headers and thought we could imbue the logs to return values of the method execute(). @jfilak OK, this one looks like is unsolvable...