Floris
Floris
Concerning the devrel-review-bot: https://github.com/GoogleChrome/lighthouse/issues/13925
This change is still needed, I think by now Chrome has updated, too.
Aah, yes that’s fair. I did run into an issue with one IDP with the timestamps, but I guess that is because of the difference in interpretation/implementation of the specs...
Seems like it would also fix #60, #51; but unsure if it solves #22 🤔
Apparently, it needs to be surrounded by quotes (thanks to [Max](https://stackoverflow.com/a/38811028/1318983)). Changing line 142 and 143 from... ```python srcfolder = f.name dstfolder = f.getPathBytes(dsttype, trim=options.trim) ``` ...to the following solves...
Nice haha, but then I guess a PR with these changes wouldn’t really help, right?
Ooh, right. I’ll look into that! Just found out this breaks the exclude option though, since match doesn’t like it. ``` Traceback (most recent call last): File "imapcp.py", line 243,...
(I know this is probably a bit late, but for future reference) The SAMLResponse is already parsed as far as I know. On [this line](https://github.com/timheap/flask-saml2/blob/d6d34e848bfa91dde73403c4889bf450c9f7100a/flask_saml2/sp/views.py#L87) it’s passed to the auth_data....