Andrea Bisello

Results 63 comments of Andrea Bisello

@victordomingos i agree. so i should try with the -rc option?

@victordomingos i was using **optimize-images ./**

in the meanwhile i used the "raw" mode of zeep to read the response of the exception. https://docs.python-zeep.org/en/master/settings.html#context-manager

The use of this library hangs implementation based on XMLHttpRequests . My customer use this library in their website and this will broke my project. When it will be fixed?...

i use this one ``` @pytest.hookimpl(tryfirst=True) def pytest_configure(config): if not os.path.exists('reports'): os.makedirs('reports') config.option.htmlpath = 'reports/'+datetime.now().strftime("%d-%m-%Y %H-%M-%S")+".html" ``` that create a report folder and create a new report for every launch

@zen-gineer try updating pytest, this is my conftest.py it create report filename consiering also the parameter passed ``` import pytest import os from datetime import datetime from py.xml import html...

@cnbeining thanks ! have you already put the fix on the PIP? a pip install onedrivecmd find nothing to update.

@cnbeining please, can you deploy the fix? many thanks.

@cnbeining please, i would like to use this command line tool. can you deploy the fix? thanks.

Hi, i read the thead, and i'm not sure that my question is lecit, but i'll try to explain the use case ( maybe is equal to the use case...