Pavel Kuriščák
Pavel Kuriščák
I managed to get the gzip compression running! It turned out to be very easy as you can support a custom HttpClient to the InfluxDbClient. Do this: ``` HttpClientHandler handler...
@kwetag I have a same problem, but when I inspected generated SOAP message, I have noticed that default signature and digest methods are not up to MMC hub specs. The...
Yes, i just used pypi version. Pip freeze gives me `pydifact==0.1.6` . From looking at #59, I see that likely adding `characters` parameter to the interchange constructor could work (because...
It seems to work now when passing `characters` arg into Interchange constructor. The `delimiters` can now be really deleted :)
I am still on track of this issue! New findings: I managed to narrow down the source of this problem, it happens during copy & paste format call: ``` xlo.active_workbook()['range_name'].to_com().Copy()...