Jannis Pohl
Jannis Pohl
Personally I would be in favor of `rx` rather than `r` in fear of certain IDEs not allowing me to auto-complete/auto-import efficiently as I type if it's just a single...
Also affected by this issue.
I could provide you with a temporary test account. How can I contact you privately?
I have sent you an email.
Thanks for taking your time to polish this - it's looking really good now. Re: >- Remove some of the JWT parameters that RFC 7519 specifies as optional and O365...
>So: long story short, I think `nbf` and `jti` should be added, but we can leave `iat` out. What do you think? Sounds reasonable to me.
> Potential duplicates: > > * [](11469) I wouldn't consider changing my WSL default shell a solution - I am heavily reliant on zsh for my daily workflow. There doesn't...
> What happens when you execute the same command from cli? When executing this command via PowerShell: ``` wsl -d Ubuntu git -c log.showSignature=false log --pretty=%ci%an%s --max-count=1 xxx-branch-name-here -- ```...
The problem here seems to be the new lines inserted between `%ci`, `%an` and `%s`. When the arguments are passed to `wsl.exe`, `%an` and `%s` are treated as separate commands....