Aurélien Bompard

Results 264 comments of Aurélien Bompard

> You cn easily set the Negotiate headers, the first header is quite standard and is literally just: `WWW-Authenticate: Negotiate` Oh! I didn't realize that :-) I just tried that...

@adrianreber Do you agree with my understanding of the code here? Or am I missing something?

Probably related to https://github.com/nedbat/coveragepy/issues/1419

Yeah, the script `report_mirror` in `client` is the XML-RPC client, you can use it to test the server part.

Yeah that's a good start. You can drop pickle support in the server side, I think it was there for historic reasons: the older client was sending pickle and we...

Hey @sdglitched ! For now, could you please keep the XML-RPC service in the server, convert the client to REST and add REST to the server? I'd like existing clients...

Sorry for the autoclose.

Test failure caused by https://github.com/GrahamDumpleton/wrapt/issues/298

Right, it does not improve the build messages, so I guess we'll need another PR to fix that. I'll add a comment.