Koen Zomers

Results 127 comments of Koen Zomers

@fowl2 Its not clear to me what switching to ArgumentCompleter adds, even after reading a blog on it. Can you elaborate what you feel that it adds? The API behind...

Have you tried deleting the sync config in KeePass and setting it up again to see if that solves the issue?

Hard to say without network traces. You would have to run Fiddler, capture the https traffic when performing a sync that fails. From that I likely can see what happened....

I believe to remember we were having some weird constraints which made us be stuck on an old Graph version. Actually believe to have heard this from you in the...

I'm reluctant to merge this as the impact could be big and I cannot oversee what it does. @gautamdsheth, what's your take on this one?

Interesting one. I know we've had reports before where special characters wouldn't work. That was fixed by adding this encoding. As @milanholemans states above, it's now juggling between accepting the...

Got a repro here. Let me see what I can do to fix both scenarios.

Got a fix by simply URL encoding any plusses in the URL. Hopefully that's the only odd character that's problematic here. Let me build a PR for it so we...

The Get-PnPFile is a bit of a mess already with all the different variants it tries to support, not really in favor of adding yet another parameter to it. What's...

Thanks for your addition @myfriendedward . It would tremendously help if people running into issues with Get-PnPFile can provide concrete copy/paste Get-PnPFile samples with a short description with them what...